From 0be7e4b1ac2258b4697e3bb3bfaabee909d70600 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 13 Aug 2025 10:56:05 +0200 Subject: [PATCH 1/4] remove productClassifications --- .../1.0.0/TechnicalData.ttl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl index 2a5f2d3..22a4d7a 100644 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl @@ -46,7 +46,10 @@ :TechnicalData a samm:Aspect ; samm:description "Technical data of the asset and associated product classificatons."@en ; samm:see ; - samm:properties ( tech:generalInformation [ samm:property tech:productClassifications; samm:optional true ] :technicalProperties ) ; + samm:properties ( + [ samm:property tech:generalInformation; samm:payloadName "GeneralInformation" ] + [ samm:property :technicalProperties; samm:payloadName "TechnicalProperties" ] + ) ; samm:operations ( ) ; samm:events ( ) . From bb9fd85df8d70084d4830db7cf5eecafa7200cb6 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 13 Aug 2025 10:56:48 +0200 Subject: [PATCH 2/4] remove properties Length, Height, Width: not included in DIN SPEC 99100 --- .../1.0.0/technicalProperties_shared.ttl | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl index 8c0f29b..58d8f46 100644 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl @@ -68,26 +68,6 @@ [ samm:property :capacity; samm:payloadName "Capacity" ] ) . -:length a samm:Property ; - samm:see ; - samm:preferredName "length"@en ; - samm:description "For objects with orientation in preferred position during use the dimension perpendicular to diameter/height/width/depth"@en ; - samm:characteristic :DimensionCharacteristic ; - samm:exampleValue "2000"^^xsd:double . - -:height a samm:Property ; - samm:see ; - samm:preferredName "height"@en ; - samm:description "For objects with orientation in preferred position during use the dimension perpendicular to height/length/depth."@en ; - samm:characteristic :DimensionCharacteristic ; - samm:exampleValue "1"^^xsd:double . - -:width a samm:Property ; - samm:see ; - samm:preferredName "width"@en ; - samm:description "For objects with orientation in preferred position during use the dimension perpendicular to height/length/depth."@en ; - samm:characteristic :DimensionCharacteristic ; - samm:exampleValue "1000"^^xsd:double . :temperatureRangeIdleStateUpperBoundary a samm:Property ; samm:see ; @@ -103,6 +83,3 @@ samm:characteristic bp:TemperatureRangeIdleState ; samm:exampleValue "49"^^xsd:double . -:DimensionCharacteristic a samm-c:Quantifiable ; - samm:dataType xsd:double ; - samm-c:unit unit:centimetre . \ No newline at end of file From bdf243948efdbb680afc999f1481a58ab2dc4482 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 13 Aug 2025 10:57:38 +0200 Subject: [PATCH 3/4] remove lngth, width,height --- .../1.0.0/technicalProperties_shared.ttl | 3 --- 1 file changed, 3 deletions(-) diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl index 58d8f46..b661aab 100644 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl @@ -57,9 +57,6 @@ samm:properties ( [ samm:property bpg:batteryCategory; samm:payloadName "BatteryCategory" ] [ samm:property bpg:batteryMass; samm:payloadName "Weight" ] - [ samm:property :length; samm:payloadName "Length" ] - [ samm:property :height; samm:payloadName "Height" ] - [ samm:property :width; samm:payloadName "Width" ] [ samm:property :temperatureRangeIdleStateLowerBoundary; samm:payloadName "TemperatureRangeIdleState_LowerBoundary" ] [ samm:property :temperatureRangeIdleStateUpperBoundary; samm:payloadName "TemperatureRangeIdleState_UpperBoundary" ] [ samm:property :voltage; samm:payloadName "Voltage" ] From a99157aff04051b4dd1d810b97b73caf59839408 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Wed, 13 Aug 2025 13:53:35 +0200 Subject: [PATCH 4/4] Technical Data Battery: refactoring as decided --- .../1.0.0/TechnicalData.ttl | 4 +- .../1.0.0/gen/TechnicalDataBattery.aas.json | 2441 ++++++++++++++--- .../1.0.0/gen/TechnicalDataBattery.aas.xml | 1889 +++++++------ .../1.0.0/gen/TechnicalDataBattery.aasx | Bin 11094 -> 11150 bytes .../1.0.0/gen/TechnicalDataBattery.html | 2147 ++++++++------- .../1.0.0/gen/TechnicalDataBattery.json | 71 +- .../1.0.0/generalInformation_shared.ttl | 53 + .../technicalProperties_capacity_shared.ttl | 65 - .../technicalProperties_resistance_shared.ttl | 80 - ... => technicalProperties_scalar_shared.ttl} | 114 +- .../1.0.0/technicalProperties_shared.ttl | 131 +- .../technicalProperties_voltage_shared.ttl | 87 - .../README.md | 14 +- 13 files changed, 4472 insertions(+), 2624 deletions(-) create mode 100644 io.admin-shell.idta.batterypass.technical_data/1.0.0/generalInformation_shared.ttl delete mode 100644 io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_capacity_shared.ttl delete mode 100644 io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_resistance_shared.ttl rename io.admin-shell.idta.batterypass.technical_data/1.0.0/{technicalProperties_efficiency_shared.ttl => technicalProperties_scalar_shared.ttl} (56%) delete mode 100644 io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_voltage_shared.ttl diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl index 22a4d7a..d5112bc 100644 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/TechnicalData.ttl @@ -40,14 +40,14 @@ @prefix tech: . @prefix shared: . @prefix nameplate: . -@prefix bp: . +@prefix bp: . @prefix bpg: . :TechnicalData a samm:Aspect ; samm:description "Technical data of the asset and associated product classificatons."@en ; samm:see ; samm:properties ( - [ samm:property tech:generalInformation; samm:payloadName "GeneralInformation" ] + [ samm:property :generalInformation; samm:payloadName "GeneralInformation" ] [ samm:property :technicalProperties; samm:payloadName "TechnicalProperties" ] ) ; samm:operations ( ) ; diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.aas.json b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.aas.json index d6cf465..e168006 100644 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.aas.json +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.aas.json @@ -7,12 +7,12 @@ "submodels" : [ { "keys" : [ { "type" : "Submodel", - "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#TechnicalData/submodel" + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#TechnicalData/submodel" } ], "type" : "ModelReference" } ], "administration" : { }, - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#TechnicalData", + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#TechnicalData", "description" : [ { "language" : "en", "text" : "defaultAdminShell" @@ -45,7 +45,7 @@ } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#TechnicalData", + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#TechnicalData", "category" : "APPLICATION_CLASS", "description" : [ { "language" : "en", @@ -66,21 +66,34 @@ "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", "definition" : [ { + "language" : "de", + "text" : "Name des Herstellers." + }, { "language" : "en", - "text" : "Further information on the product, the validity of the information provided and this data record." + "text" : "Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation." } ], "preferredName" : [ { + "language" : "de", + "text" : "Herstellername" + }, { "language" : "en", - "text" : "furtherInformation" + "text" : "manufacturer name" } ], "shortName" : [ { "language" : "en", - "text" : "furtherInformation" + "text" : "manufacturerName" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#furtherInformation", - "idShort" : "furtherInformation" + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerName", + "displayName" : [ { + "language" : "de", + "text" : "Herstellername" + }, { + "language" : "en", + "text" : "manufacturer name" + } ], + "idShort" : "manufacturerName" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -95,21 +108,34 @@ "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", "definition" : [ { + "language" : "de", + "text" : "Das Firmenlogo des Produkts." + }, { "language" : "en", - "text" : "Technical and product properties. Individual Characteristics that describe the product and its technical properties." + "text" : "A graphic mark used to represent a company, an organisation or a product." } ], "preferredName" : [ { "language" : "en", - "text" : "technicalProperties" + "text" : "company logo" + }, { + "language" : "de", + "text" : "Firmenlogo" } ], "shortName" : [ { "language" : "en", - "text" : "technicalProperties" + "text" : "manufacturerLogo" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#technicalProperties", - "idShort" : "technicalProperties" + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerLogo", + "displayName" : [ { + "language" : "en", + "text" : "company logo" + }, { + "language" : "de", + "text" : "Firmenlogo" + } ], + "idShort" : "manufacturerLogo" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -124,25 +150,34 @@ "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", "definition" : [ { + "language" : "de", + "text" : "Bezeichnung des Produkts." + }, { "language" : "en", - "text" : "Common name of the classification system.\nNote: Examples for common names for classification systems are \"ECLASS\" or \"IEC CDD\"." + "text" : "Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy." } ], "preferredName" : [ { + "language" : "de", + "text" : "Produktbezeichnung" + }, { "language" : "en", - "text" : "product classification system" + "text" : "manufacturer product designation" } ], "shortName" : [ { "language" : "en", - "text" : "productClassificationSystem" + "text" : "manufacturerProductDesignation" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#productClassificationSystem", + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerProductDesignation", "displayName" : [ { + "language" : "de", + "text" : "Produktbezeichnung" + }, { "language" : "en", - "text" : "product classification system" + "text" : "manufacturer product designation" } ], - "idShort" : "productClassificationSystem" + "idShort" : "manufacturerProductDesignation" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -158,24 +193,30 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Common version identifier of the used classification system, in order to distinguish different version of the property dictionary.\nNote: Casing is to be ignored." + "text" : "Unique product identifier of the manufacturer Note: The manufacturer article number is represented as a string, although often a numerical ID." } ], "preferredName" : [ { "language" : "en", - "text" : "classification system version" + "text" : "article number of the product" + }, { + "language" : "de", + "text" : "Artikelnummer des Produkts" } ], "shortName" : [ { "language" : "en", - "text" : "classificationSystemVersion" + "text" : "manufacturerArticleNumber" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#classificationSystemVersion", + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerArticleNumber", "displayName" : [ { "language" : "en", - "text" : "classification system version" + "text" : "article number of the product" + }, { + "language" : "de", + "text" : "Artikelnummer des Produkts" } ], - "idShort" : "classificationSystemVersion" + "idShort" : "manufacturerArticleNumber" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -190,25 +231,34 @@ "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", "definition" : [ { + "language" : "de", + "text" : "Eindeutige Zahlen- und Buchstabenkombination um das Produkt eindeutig für die Bestellung zu identifizieren." + }, { "language" : "en", - "text" : "Class of the associated product or industrial equipment in the classification system. According to the notation of the system.\nNote: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the product class." + "text" : "Unique combination of numbers and letters used to identify the device for ordering." } ], "preferredName" : [ { "language" : "en", - "text" : "product class ID" + "text" : "order code for the product" + }, { + "language" : "de", + "text" : "Bestellcode des Produkts" } ], "shortName" : [ { "language" : "en", - "text" : "productClassId" + "text" : "manufacturerOrderCode" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#productClassId", + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerOrderCode", "displayName" : [ { "language" : "en", - "text" : "product class ID" + "text" : "order code for the product" + }, { + "language" : "de", + "text" : "Bestellcode des Produkts" } ], - "idShort" : "productClassId" + "idShort" : "manufacturerOrderCode" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -224,30 +274,20 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Product classifications by association with product classes in common classification systems." + "text" : "Path and name of the file (with file extension).\n\nThe path can be absolute or relative." } ], "preferredName" : [ { "language" : "en", - "text" : "product classifications" - }, { - "language" : "de", - "text" : "Produkt-Klassifikationen" + "text" : "resourceValue" } ], "shortName" : [ { "language" : "en", - "text" : "productClassifications" + "text" : "resourceValue" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#productClassifications", - "displayName" : [ { - "language" : "en", - "text" : "product classifications" - }, { - "language" : "de", - "text" : "Produkt-Klassifikationen" - } ], - "idShort" : "productClassifications" + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue", + "idShort" : "resourceValue" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -262,34 +302,21 @@ "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", "definition" : [ { - "language" : "de", - "text" : "Name des Herstellers." - }, { "language" : "en", - "text" : "Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation." + "text" : "Content type of the content of the file." } ], "preferredName" : [ { - "language" : "de", - "text" : "Herstellername" - }, { "language" : "en", - "text" : "manufacturer name" + "text" : "contentType" } ], "shortName" : [ { "language" : "en", - "text" : "manufacturerName" + "text" : "contentType" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerName", - "displayName" : [ { - "language" : "de", - "text" : "Herstellername" - }, { - "language" : "en", - "text" : "manufacturer name" - } ], - "idShort" : "manufacturerName" + "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType", + "idShort" : "contentType" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -304,34 +331,25 @@ "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", "definition" : [ { - "language" : "de", - "text" : "Das Firmenlogo des Produkts." - }, { "language" : "en", - "text" : "A graphic mark used to represent a company, an organisation or a product." + "text" : "Image files for associated product provided in common format (.png, .jpg)." } ], "preferredName" : [ { "language" : "en", - "text" : "company logo" - }, { - "language" : "de", - "text" : "Firmenlogo" + "text" : "product images" } ], "shortName" : [ { "language" : "en", - "text" : "manufacturerLogo" + "text" : "productImages" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerLogo", + "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#productImages", "displayName" : [ { "language" : "en", - "text" : "company logo" - }, { - "language" : "de", - "text" : "Firmenlogo" + "text" : "product images" } ], - "idShort" : "manufacturerLogo" + "idShort" : "productImages" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -346,34 +364,31 @@ "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", "definition" : [ { - "language" : "de", - "text" : "Bezeichnung des Produkts." - }, { "language" : "en", - "text" : "Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy." + "text" : "A battery passport must include information identifying the manufacturer." } ], "preferredName" : [ { "language" : "de", - "text" : "Produktbezeichnung" + "text" : "identifier of the manfuacturer" }, { "language" : "en", - "text" : "manufacturer product designation" + "text" : "article number of the product" } ], "shortName" : [ { "language" : "en", - "text" : "manufacturerProductDesignation" + "text" : "manufacturerIdentifier" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerProductDesignation", + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#manufacturerIdentifier", "displayName" : [ { "language" : "de", - "text" : "Produktbezeichnung" + "text" : "identifier of the manfuacturer" }, { "language" : "en", - "text" : "manufacturer product designation" + "text" : "article number of the product" } ], - "idShort" : "manufacturerProductDesignation" + "idShort" : "manufacturerIdentifier" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -389,30 +404,21 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Unique product identifier of the manufacturer Note: The manufacturer article number is represented as a string, although often a numerical ID." + "text" : "The battery passport must include information about the period for which the commercial warranty applies.\n\nDIN DKE Spec chapter reference: 6.1.3.4" } ], "preferredName" : [ { "language" : "en", - "text" : "article number of the product" - }, { - "language" : "de", - "text" : "Artikelnummer des Produkts" + "text" : "warrentyPeriod" } ], "shortName" : [ { "language" : "en", - "text" : "manufacturerArticleNumber" - } ] + "text" : "warrentyPeriod" + } ], + "unit" : "month" } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerArticleNumber", - "displayName" : [ { - "language" : "en", - "text" : "article number of the product" - }, { - "language" : "de", - "text" : "Artikelnummer des Produkts" - } ], - "idShort" : "manufacturerArticleNumber" + "id" : "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#warrentyPeriod", + "idShort" : "warrentyPeriod" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -427,34 +433,64 @@ "modelType" : "DataSpecificationIec61360", "dataType" : "STRING", "definition" : [ { - "language" : "de", - "text" : "Eindeutige Zahlen- und Buchstabenkombination um das Produkt eindeutig für die Bestellung zu identifizieren." - }, { "language" : "en", - "text" : "Unique combination of numbers and letters used to identify the device for ordering." + "text" : "Categories relevant for the battery passport: LMT battery, ?electric vehicle battery, stationary or other industrial battery >2kWh.\n\nDIN DKE Spec chapter reference: 6.1.3.5" } ], "preferredName" : [ { "language" : "en", - "text" : "order code for the product" - }, { - "language" : "de", - "text" : "Bestellcode des Produkts" + "text" : "BatteryCategory" } ], "shortName" : [ { "language" : "en", - "text" : "manufacturerOrderCode" - } ] + "text" : "batteryCategory" + } ], + "valueList" : { + "valueReferencePairs" : [ { + "value" : "lmt", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#BatteryCategoryEnum:_lmt4ed46f76" + } ], + "type" : "ModelReference" + } + }, { + "value" : "ev", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#BatteryCategoryEnum:_ev67d35554" + } ], + "type" : "ModelReference" + } + }, { + "value" : "industrial", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#BatteryCategoryEnum:_industrial8ff09c47" + } ], + "type" : "ModelReference" + } + }, { + "value" : "stationary", + "valueId" : { + "keys" : [ { + "type" : "DataElement", + "value" : "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#BatteryCategoryEnum:_stationarye3f7fc13" + } ], + "type" : "ModelReference" + } + } ] + } } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerOrderCode", + "id" : "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryCategory", "displayName" : [ { "language" : "en", - "text" : "order code for the product" - }, { - "language" : "de", - "text" : "Bestellcode des Produkts" + "text" : "BatteryCategory" } ], - "idShort" : "manufacturerOrderCode" + "idShort" : "batteryCategory" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -467,23 +503,24 @@ }, "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", + "dataType" : "REAL_MEASURE", "definition" : [ { "language" : "en", - "text" : "Path and name of the file (with file extension).\n\nThe path can be absolute or relative." + "text" : "Mass of the entire battery in kilograms. Voluntary: if the battery is defined on pack or module level: also weight of the modules and/or cells.\n\nDIN DKE Spec chapter reference: 6.1.3.6" } ], "preferredName" : [ { "language" : "en", - "text" : "resourceValue" + "text" : "batteryMass" } ], "shortName" : [ { "language" : "en", - "text" : "resourceValue" - } ] + "text" : "batteryMass" + } ], + "unit" : "kilogram" } } ], - "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue", - "idShort" : "resourceValue" + "id" : "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryMass", + "idShort" : "batteryMass" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -499,20 +536,24 @@ "dataType" : "STRING", "definition" : [ { "language" : "en", - "text" : "Content type of the content of the file." + "text" : "General information, for example ordering and manufacturer information." } ], "preferredName" : [ { "language" : "en", - "text" : "contentType" + "text" : "general information" } ], "shortName" : [ { "language" : "en", - "text" : "contentType" + "text" : "generalInformation" } ] } } ], - "id" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType", - "idShort" : "contentType" + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#generalInformation", + "displayName" : [ { + "language" : "en", + "text" : "general information" + } ], + "idShort" : "generalInformation" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -525,27 +566,28 @@ }, "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", + "dataType" : "REAL_MEASURE", "definition" : [ { "language" : "en", - "text" : "Image files for associated product provided in common format (.png, .jpg)." + "text" : "Nominal voltage the battery is rated for.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.11" } ], "preferredName" : [ { "language" : "en", - "text" : "product images" + "text" : "voltage - NOM" } ], "shortName" : [ { "language" : "en", - "text" : "productImages" - } ] + "text" : "nominalVoltage" + } ], + "unit" : "volt" } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#productImages", + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#nominalVoltage", "displayName" : [ { "language" : "en", - "text" : "product images" + "text" : "voltage - NOM" } ], - "idShort" : "productImages" + "idShort" : "nominalVoltage" }, { "modelType" : "ConceptDescription", "embeddedDataSpecifications" : [ { @@ -558,422 +600,1941 @@ }, "dataSpecificationContent" : { "modelType" : "DataSpecificationIec61360", - "dataType" : "STRING", + "dataType" : "REAL_MEASURE", "definition" : [ { "language" : "en", - "text" : "General information, for example ordering and manufacturer information." + "text" : "Maximum voltage the battery is rated for.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.10" } ], "preferredName" : [ { "language" : "en", - "text" : "general information" + "text" : "voltage - MAX" } ], "shortName" : [ { "language" : "en", - "text" : "generalInformation" - } ] + "text" : "maximumVoltage" + } ], + "unit" : "volt" } } ], - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#generalInformation", + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#maximumVoltage", "displayName" : [ { "language" : "en", - "text" : "general information" - } ], - "idShort" : "generalInformation" - } ], - "submodels" : [ { - "modelType" : "Submodel", - "kind" : "Template", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#TechnicalData" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/ZVEI/TechnicalData/Submodel/1/2" - } ], - "type" : "ExternalReference" + "text" : "voltage - MAX" } ], - "administration" : { }, - "id" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#TechnicalData/submodel", - "description" : [ { - "language" : "en", - "text" : "Technical data of the asset and associated product classificatons." + "idShort" : "maximumVoltage" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Minimum voltage the battery is rated for.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.9" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "voltage - MIN" + } ], + "shortName" : [ { + "language" : "en", + "text" : "minimumVoltage" + } ], + "unit" : "volt" + } } ], - "idShort" : "TechnicalData", - "submodelElements" : [ { - "modelType" : "SubmodelElementCollection", - "supplementalSemanticIds" : [ { + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#minimumVoltage", + "displayName" : [ { + "language" : "en", + "text" : "voltage - MIN" + } ], + "idShort" : "minimumVoltage" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { "keys" : [ { "type" : "GlobalReference", - "value" : "https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1" + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" } ], "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Further information on the product, the validity of the information provided and this data record." - } ], - "idShort" : "furtherInformation" - }, { - "modelType" : "SubmodelElementCollection", - "supplementalSemanticIds" : [ { + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "�Rated capacity� is the total number of ampere-hours (Ah) that can be withdrawn from a fully charged battery under reference conditions (see BattReg Annex IV (1)).\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.2" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "ratedCapacity" + } ], + "shortName" : [ { + "language" : "en", + "text" : "ratedCapacity" + } ], + "unit" : "ampereHour" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#ratedCapacity", + "idShort" : "ratedCapacity" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { "keys" : [ { "type" : "GlobalReference", - "value" : "https://admin-shell.io/ZVEI/TechnicalData/TechnicalProperties/1/1" + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" } ], "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Technical and product properties. Individual Characteristics that describe the product and its technical properties." - } ], - "idShort" : "technicalProperties" - }, { - "modelType" : "SubmodelElementList", - "semanticId" : { + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "capacityFadeValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "capacityFadeValue" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#capacityFadeValue", + "idShort" : "capacityFadeValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#ProductClassificationSet" + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" } ], "type" : "ExternalReference" }, - "supplementalSemanticIds" : [ { + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Timestamp for dynamic data attributes show the last update time." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "lastUpdate" + } ], + "shortName" : [ { + "language" : "en", + "text" : "lastUpdate" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#lastUpdate", + "idShort" : "lastUpdate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { "keys" : [ { "type" : "GlobalReference", - "value" : "https://admin-shell.io/ZVEI/TechnicalData/ProductClassifications/1/1" + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" } ], "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "Product classifications by association with product classes in common classification systems." - } ], - "displayName" : [ { - "language" : "en", - "text" : "product classifications" - }, { - "language" : "de", - "text" : "Produkt-Klassifikationen" - } ], - "idShort" : "productClassifications", - "orderRelevant" : false, - "typeValueListElement" : "SubmodelElementCollection", - "value" : [ { - "modelType" : "SubmodelElementCollection", - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://api.eclass-cdp.com/0173-1-02-ABI502-003/0173-1-01-AHF581-003" - } ], - "type" : "ExternalReference" - }, { + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.4" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "capacityFade" + } ], + "shortName" : [ { + "language" : "en", + "text" : "capacityFade" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#capacityFade", + "idShort" : "capacityFade" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "The certified usable battery energy is the usable battery energy according to the procedure in the UN GTR No 22 as determined during the certification of the vehicle.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.5" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "ratedEnergy" + } ], + "shortName" : [ { + "language" : "en", + "text" : "ratedEnergy" + } ], + "unit" : "kilowattHour" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#ratedEnergy", + "idShort" : "ratedEnergy" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Information on battery capacity, energy and voltage." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "capacity, energy and voltage" + } ], + "shortName" : [ { + "language" : "en", + "text" : "capacityEnergyVoltage" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#capacityEnergyVoltage", + "displayName" : [ { + "language" : "en", + "text" : "capacity, energy and voltage" + } ], + "idShort" : "capacityEnergyVoltage" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Initial round trip energy efficiency means the ratio of the net energy delivered by a battery during a discharge test to the total energy required to restore the initial State of Charge by a standard charge." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "initial round trip energy efficiency" + } ], + "shortName" : [ { + "language" : "en", + "text" : "initialRoundTripEnergyEfficiency" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialRoundTripEnergyEfficiency", + "displayName" : [ { + "language" : "en", + "text" : "initial round trip energy efficiency" + } ], + "idShort" : "initialRoundTripEnergyEfficiency" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Initial round trip energy efficiency shall be measured at reference conditions that include the specification of �50 % of cycle-life�.\n\nTest methods and reference conditions should separately consider non-cycle applications and batteries with very long cycle-life.\n\nDIN DKE Spec 99100 chapter reference: 6.7.4.3\n" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "roundTripEfficiencyat50PerCentCycleLife" + } ], + "shortName" : [ { + "language" : "en", + "text" : "roundTripEfficiencyat50PerCentCycleLife" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#roundTripEfficiencyat50PerCentCycleLife", + "idShort" : "roundTripEfficiencyat50PerCentCycleLife" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Initial self-discharge in % of capacity per unit of time in defined conditions (temperature range etc) as pre-use metric." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "initial self discharging rate" + } ], + "shortName" : [ { + "language" : "en", + "text" : "initialSelfDischargingRate" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialSelfDischargingRate", + "displayName" : [ { + "language" : "en", + "text" : "initial self discharging rate" + } ], + "idShort" : "initialSelfDischargingRate" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "roundTripEnergyEfficiency" + } ], + "shortName" : [ { + "language" : "en", + "text" : "roundTripEnergyEfficiency" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#roundTripEnergyEfficiency", + "idShort" : "roundTripEnergyEfficiency" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Internal battery cell and pack resistance / Internal resistance (in Ohm)." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "initialInternalResistanceOnBatteryCellLevel" + } ], + "shortName" : [ { + "language" : "en", + "text" : "initialInternalResistanceOnBatteryCellLevel" + } ], + "unit" : "ohm" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryCellLevel", + "idShort" : "initialInternalResistanceOnBatteryCellLevel" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Initial (Pre-Use) internal resistance on battery pack level." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "initialInternalResistanceOnBatteryPackLevel" + } ], + "shortName" : [ { + "language" : "en", + "text" : "initialInternalResistanceOnBatteryPackLevel" + } ], + "unit" : "ohm" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryPackLevel", + "idShort" : "initialInternalResistanceOnBatteryPackLevel" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Initial internal resistance means the absolute beginning value of the quotient of the voltage drop between the terminals by the electric current increase in the battery circuit during a current pulse." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "initialInternalResistanceOnBatteryModuleLevel" + } ], + "shortName" : [ { + "language" : "en", + "text" : "initialInternalResistanceOnBatteryModuleLevel" + } ], + "unit" : "ohm" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryModuleLevel", + "idShort" : "initialInternalResistanceOnBatteryModuleLevel" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Internal resistance increase of battery cell." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "internalResistanceIncreaseOfBatteryCell" + } ], + "shortName" : [ { + "language" : "en", + "text" : "internalResistanceIncreaseOfBatteryCell" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#internalResistanceIncreaseOfBatteryCell", + "idShort" : "internalResistanceIncreaseOfBatteryCell" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Internal resistance increase of battery pack." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "internalResistanceIncreaseOfBatteryPack" + } ], + "shortName" : [ { + "language" : "en", + "text" : "internalResistanceIncreaseOfBatteryPack" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#internalResistanceIncreaseOfBatteryPack", + "idShort" : "internalResistanceIncreaseOfBatteryPack" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Internal resistance increase of battery module." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "internalResistanceIncreaseOfBatteryModule" + } ], + "shortName" : [ { + "language" : "en", + "text" : "internalResistanceIncreaseOfBatteryModule" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#internalResistanceIncreaseOfBatteryModule", + "idShort" : "internalResistanceIncreaseOfBatteryModule" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "resistance" + } ], + "shortName" : [ { + "language" : "en", + "text" : "resistance" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#resistance", + "idShort" : "resistance" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Maximum permitted power the battery is rated for, includes the data relevant for power limits." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "maximum permitted battery power" + } ], + "shortName" : [ { + "language" : "en", + "text" : "maximumPermittedBatteryPower" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#maximumPermittedBatteryPower", + "displayName" : [ { + "language" : "en", + "text" : "maximum permitted battery power" + } ], + "idShort" : "maximumPermittedBatteryPower" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "�Power fade (in %) means the decrease over time and upon usage in the amount of power that a battery can deliver at the rated voltage.� (see BattReg Annex IV (4)).\n\nPower fade should be calculated using original and remaining power capability following the formula below:\nPfade(x) = (1-P(x)) / PBOL\" �100\" %\" \nwhere\nx \tis the aging parameter (e.g. storage time, number of cycles, etc.);\nP(x) \tis the power capability at aging parameter x;\nPBOL \tis the power capability at begin of life.\n\nDIN DKE Spec 99100 chapter reference: 6.7.3.4" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "powerFade" + } ], + "shortName" : [ { + "language" : "en", + "text" : "powerFade" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#powerFade", + "idShort" : "powerFade" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Provides information on nominal/recommended charge rate (C-rate); equal to regulation definition." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "PowerCapabilityRatio" + } ], + "shortName" : [ { + "language" : "en", + "text" : "powerCapabilityRatio" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#powerCapabilityRatio", + "displayName" : [ { + "language" : "en", + "text" : "PowerCapabilityRatio" + } ], + "idShort" : "powerCapabilityRatio" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "atSoC" + } ], + "shortName" : [ { + "language" : "en", + "text" : "atSoC" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#atSoC", + "idShort" : "atSoC" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "powerCapabilityAt" + } ], + "shortName" : [ { + "language" : "en", + "text" : "powerCapabilityAt" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#powerCapabilityAt", + "idShort" : "powerCapabilityAt" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Pre-use power capability: Definition of power capability as given in Battery Regulation. \nAnnex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable for remaining power capability and power fade(see below). It, thus, should be reviewed together with SoC definition.\n\nDIN DKE Spec 99100 chapter reference: 6.7.3.2\n\n" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "originalPowerCapability" + } ], + "shortName" : [ { + "language" : "en", + "text" : "originalPowerCapability" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#originalPowerCapability", + "idShort" : "originalPowerCapability" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "powerCapability" + } ], + "shortName" : [ { + "language" : "en", + "text" : "powerCapability" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#powerCapability", + "idShort" : "powerCapability" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Lower boundary of the surrounding temperature range, which the battery can safely withstand." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "temperature range idle state (lower boundary)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "temperatureRangeIdleStateLowerBoundary" + } ], + "unit" : "degreeCelsius" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperatureRangeIdleStateLowerBoundary", + "displayName" : [ { + "language" : "en", + "text" : "temperature range idle state (lower boundary)" + } ], + "idShort" : "temperatureRangeIdleStateLowerBoundary" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "Upper boundary of the surrounding temperature range, which the battery can safely withstand." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "temperature range idle state (upper boundary)" + } ], + "shortName" : [ { + "language" : "en", + "text" : "temperatureRangeIdleStateUpperBoundary" + } ], + "unit" : "degreeCelsius" + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperatureRangeIdleStateUpperBoundary", + "displayName" : [ { + "language" : "en", + "text" : "temperature range idle state (upper boundary)" + } ], + "idShort" : "temperatureRangeIdleStateUpperBoundary" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "temperature" + } ], + "shortName" : [ { + "language" : "en", + "text" : "temperature" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperature", + "idShort" : "temperature" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_COUNT", + "definition" : [ { + "language" : "en", + "text" : "The battery passport must include information about the expected battery lifetime in calendar years.\n\nThe update interval must be upon placement on the market and upon change of the battery status.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.2" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "expectedLifetime" + } ], + "shortName" : [ { + "language" : "en", + "text" : "expectedLifetime" + } ], + "unit" : "year" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#expectedLifetime", + "idShort" : "expectedLifetime" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "INTEGER_MEASURE", + "preferredName" : [ { + "language" : "en", + "text" : "numberOfFullCyclesValue" + } ], + "shortName" : [ { + "language" : "en", + "text" : "numberOfFullCyclesValue" + } ], + "unit" : "cycle" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#numberOfFullCyclesValue", + "idShort" : "numberOfFullCyclesValue" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Number of (full) charging and discharging cycles.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.3" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "numberOfFullCycles" + } ], + "shortName" : [ { + "language" : "en", + "text" : "numberOfFullCycles" + } ] + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#numberOfFullCycles", + "idShort" : "numberOfFullCycles" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "The percentage of SOCE, above which the battery is still considered operational as EV battery in its current life, as provided by the economic operator.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.9" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "capacityThresholdForExhaustion" + } ], + "shortName" : [ { + "language" : "en", + "text" : "capacityThresholdForExhaustion" + } ], + "unit" : "percent" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#capacityThresholdForExhaustion", + "idShort" : "capacityThresholdForExhaustion" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "REAL_MEASURE", + "definition" : [ { + "language" : "en", + "text" : "The C-rate should be provided separately for both the charge and discharge of the battery, if applicable.\n\nThe exception for non-cycle applications as mentioned in \"Expected lifetime: Number of charge-discharge cycles\" should apply to this data attribute as well.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.6" + } ], + "preferredName" : [ { + "language" : "en", + "text" : "cRateLifeCycleTest" + } ], + "shortName" : [ { + "language" : "en", + "text" : "cRateLifeCycleTest" + } ], + "unit" : "C" + } + } ], + "id" : "urn:samm:io.BatteryPass.Performance:1.2.1#cRateLifeCycleTest", + "idShort" : "cRateLifeCycleTest" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "preferredName" : [ { + "language" : "en", + "text" : "lifetime" + } ], + "shortName" : [ { + "language" : "en", + "text" : "lifetime" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#lifetime", + "idShort" : "lifetime" + }, { + "modelType" : "ConceptDescription", + "embeddedDataSpecifications" : [ { + "dataSpecification" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0" + } ], + "type" : "ExternalReference" + }, + "dataSpecificationContent" : { + "modelType" : "DataSpecificationIec61360", + "dataType" : "STRING", + "definition" : [ { + "language" : "en", + "text" : "Technical and product properties. Individual Characteristics that describe the product and its technical properties." + } ], + "preferredName" : [ { + "language" : "en", + "text" : "technicalProperties" + } ], + "shortName" : [ { + "language" : "en", + "text" : "technicalProperties" + } ] + } + } ], + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#technicalProperties", + "idShort" : "technicalProperties" + } ], + "submodels" : [ { + "modelType" : "Submodel", + "kind" : "Template", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#TechnicalData" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/Submodel/1/2" + } ], + "type" : "ExternalReference" + } ], + "administration" : { }, + "id" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#TechnicalData/submodel", + "description" : [ { + "language" : "en", + "text" : "Technical data of the asset and associated product classificatons." + } ], + "idShort" : "TechnicalData", + "submodelElements" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/GeneralInformation/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "General information, for example ordering and manufacturer information." + } ], + "displayName" : [ { + "language" : "en", + "text" : "general information" + } ], + "idShort" : "generalInformation", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerName" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO677%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "Herstellername" + }, { + "language" : "en", + "text" : "manufacturer name" + } ], + "idShort" : "manufacturerName" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerLogo" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ManufacturerLogo/1/1" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:anyURI", + "displayName" : [ { + "language" : "en", + "text" : "company logo" + }, { + "language" : "de", + "text" : "Firmenlogo" + } ], + "idShort" : "manufacturerLogo" + }, { + "modelType" : "MultiLanguageProperty", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerProductDesignation" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAW338%23001" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "de", + "text" : "Bezeichnung des Produkts." + }, { + "language" : "en", + "text" : "Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy." + } ], + "displayName" : [ { + "language" : "de", + "text" : "Produktbezeichnung" + }, { + "language" : "en", + "text" : "manufacturer product designation" + } ], + "idShort" : "manufacturerProductDesignation" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerArticleNumber" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO676%23003" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "article number of the product" + }, { + "language" : "de", + "text" : "Artikelnummer des Produkts" + } ], + "idShort" : "manufacturerArticleNumber" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerOrderCode" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1%2302-AAO227%23002" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "order code for the product" + }, { + "language" : "de", + "text" : "Bestellcode des Produkts" + } ], + "idShort" : "manufacturerOrderCode" + }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#ProductImageSet" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/ProductImages/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Image files for associated product provided in common format (.png, .jpg)." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product images" + } ], + "idShort" : "productImages", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/aas/3/1/File" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Image files for associated product provided in common format (.png, .jpg)." + } ], + "displayName" : [ { + "language" : "en", + "text" : "product images" + } ], + "idShort" : "productImages", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:anyURI", + "idShort" : "resourceValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "idShort" : "contentType" + } ] + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#manufacturerIdentifier" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "de", + "text" : "identifier of the manfuacturer" + }, { + "language" : "en", + "text" : "article number of the product" + } ], + "idShort" : "manufacturerIdentifier" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#warrentyPeriod" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:gMonth", + "idShort" : "warrentyPeriod" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryCategory" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:string", + "displayName" : [ { + "language" : "en", + "text" : "BatteryCategory" + } ], + "idShort" : "batteryCategory" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryMass" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "batteryMass" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/TechnicalProperties/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Technical and product properties. Individual Characteristics that describe the product and its technical properties." + } ], + "idShort" : "technicalProperties", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1" + } ], + "type" : "ExternalReference" + } ], + "description" : [ { + "language" : "en", + "text" : "Information on battery capacity, energy and voltage." + } ], + "displayName" : [ { + "language" : "en", + "text" : "capacity, energy and voltage" + } ], + "idShort" : "capacityEnergyVoltage", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#nominalVoltage" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-ABL588#001" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:float", + "displayName" : [ { + "language" : "en", + "text" : "voltage - NOM" + } ], + "idShort" : "nominalVoltage" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#maximumVoltage" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-ABL589#001" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:float", + "displayName" : [ { + "language" : "en", + "text" : "voltage - MAX" + } ], + "idShort" : "maximumVoltage" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#minimumVoltage" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-ABL587#001" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:float", + "displayName" : [ { + "language" : "en", + "text" : "voltage - MIN" + } ], + "idShort" : "minimumVoltage" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#ratedCapacity" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "ratedCapacity" + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.4" + } ], + "idShort" : "capacityFade", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#capacityFadeValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "capacityFadeValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#ratedEnergy" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "ratedEnergy" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1" + } ], + "type" : "ExternalReference" + } ], + "idShort" : "roundTripEnergyEfficiency", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialRoundTripEnergyEfficiency" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-ABL833#001" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:integer", + "displayName" : [ { + "language" : "en", + "text" : "initial round trip energy efficiency" + } ], + "idShort" : "initialRoundTripEnergyEfficiency" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#roundTripEfficiencyat50PerCentCycleLife" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "roundTripEfficiencyat50PerCentCycleLife" + }, { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.4" + } ], + "idShort" : "capacityFade", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#capacityFadeValue" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "capacityFadeValue" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#lastUpdate" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" + } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialSelfDischargingRate" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-ABL834#001" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:integer", + "displayName" : [ { + "language" : "en", + "text" : "initial self discharging rate" + } ], + "idShort" : "initialSelfDischargingRate" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1" + } ], + "type" : "ExternalReference" + } ], + "idShort" : "resistance", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryCellLevel" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:double", + "idShort" : "initialInternalResistanceOnBatteryCellLevel" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryPackLevel" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:double", + "idShort" : "initialInternalResistanceOnBatteryPackLevel" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryModuleLevel" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-ABL832#001" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:double", + "idShort" : "initialInternalResistanceOnBatteryModuleLevel" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#internalResistanceIncreaseOfBatteryCell" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-ABL831#001" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:integer", + "idShort" : "internalResistanceIncreaseOfBatteryCell" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#internalResistanceIncreaseOfBatteryPack" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-ABL831#001" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:integer", + "idShort" : "internalResistanceIncreaseOfBatteryPack" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#internalResistanceIncreaseOfBatteryModule" + } ], + "type" : "ExternalReference" + }, + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "0173-1#02-ABL831#001" + } ], + "type" : "ExternalReference" + } ], + "valueType" : "xs:integer", + "idShort" : "internalResistanceIncreaseOfBatteryModule" + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "0173-1#02-ABI502#003/0173-1#01-AHF581#003" + "value" : "https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1" } ], "type" : "ExternalReference" } ], - "description" : [ { - "language" : "en", - "text" : "Product classifications by association with product classes in common classification systems." - } ], - "displayName" : [ { - "language" : "en", - "text" : "product classifications" - }, { - "language" : "de", - "text" : "Produkt-Klassifikationen" - } ], - "idShort" : "productClassifications", + "idShort" : "powerCapability", "value" : [ { "modelType" : "Property", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#productClassificationSystem" + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#maximumPermittedBatteryPower" } ], "type" : "ExternalReference" }, - "supplementalSemanticIds" : [ { + "valueType" : "xs:float", + "displayName" : [ { + "language" : "en", + "text" : "maximum permitted battery power" + } ], + "idShort" : "maximumPermittedBatteryPower" + }, { + "modelType" : "Property", + "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "https://admin-shell.io/ZVEI/TechnicalData/ProductClassificationSystem/1/1" + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#powerFade" } ], "type" : "ExternalReference" - } ], - "valueType" : "xs:string", + }, + "valueType" : "xs:float", + "idShort" : "powerFade" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#powerCapabilityRatio" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", "displayName" : [ { "language" : "en", - "text" : "product classification system" + "text" : "PowerCapabilityRatio" } ], - "idShort" : "productClassificationSystem" + "idShort" : "powerCapabilityRatio" }, { + "modelType" : "SubmodelElementList", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#OriginalPowerCapabilityAtSoC" + } ], + "type" : "ExternalReference" + }, + "description" : [ { + "language" : "en", + "text" : "Pre-use power capability: Definition of power capability as given in Battery Regulation. \nAnnex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable for remaining power capability and power fade(see below). It, thus, should be reviewed together with SoC definition.\n\nDIN DKE Spec 99100 chapter reference: 6.7.3.2\n\n" + } ], + "idShort" : "originalPowerCapability", + "orderRelevant" : false, + "typeValueListElement" : "SubmodelElementCollection", + "value" : [ { + "modelType" : "SubmodelElementCollection", + "description" : [ { + "language" : "en", + "text" : "Pre-use power capability: Definition of power capability as given in Battery Regulation. \nAnnex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable for remaining power capability and power fade(see below). It, thus, should be reviewed together with SoC definition.\n\nDIN DKE Spec 99100 chapter reference: 6.7.3.2\n\n" + } ], + "idShort" : "originalPowerCapability", + "value" : [ { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#atSoC" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "atSoC" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#powerCapabilityAt" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "powerCapabilityAt" + } ] + } ] + } ] + }, { + "modelType" : "SubmodelElementCollection", + "supplementalSemanticIds" : [ { + "keys" : [ { + "type" : "GlobalReference", + "value" : "https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1" + } ], + "type" : "ExternalReference" + } ], + "idShort" : "temperature", + "value" : [ { "modelType" : "Property", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#classificationSystemVersion" + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperatureRangeIdleStateLowerBoundary" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://admin-shell.io/ZVEI/TechnicalData/ClassificationSystemVersion/1/1" + "value" : "0173-1#02-ABL842#001" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:string", + "valueType" : "xs:double", "displayName" : [ { "language" : "en", - "text" : "classification system version" + "text" : "temperature range idle state (lower boundary)" } ], - "idShort" : "classificationSystemVersion" + "idShort" : "temperatureRangeIdleStateLowerBoundary" }, { "modelType" : "Property", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#productClassId" + "value" : "urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperatureRangeIdleStateUpperBoundary" } ], "type" : "ExternalReference" }, "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://admin-shell.io/ZVEI/TechnicalData/ProductClassId/1/1" + "value" : "0173-1#02-ABL871#001" } ], "type" : "ExternalReference" } ], - "valueType" : "xs:string", + "valueType" : "xs:double", "displayName" : [ { "language" : "en", - "text" : "product class ID" + "text" : "temperature range idle state (upper boundary)" } ], - "idShort" : "productClassId" + "idShort" : "temperatureRangeIdleStateUpperBoundary" } ] - } ] - }, { - "modelType" : "SubmodelElementCollection", - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/ZVEI/TechnicalData/GeneralInformation/1/1" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "en", - "text" : "General information, for example ordering and manufacturer information." - } ], - "displayName" : [ { - "language" : "en", - "text" : "general information" - } ], - "idShort" : "generalInformation", - "value" : [ { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerName" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "0173-1%2302-AAO677%23002" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "de", - "text" : "Herstellername" - }, { - "language" : "en", - "text" : "manufacturer name" - } ], - "idShort" : "manufacturerName" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerLogo" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "https://admin-shell.io/ZVEI/TechnicalData/ManufacturerLogo/1/1" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:anyURI", - "displayName" : [ { - "language" : "en", - "text" : "company logo" - }, { - "language" : "de", - "text" : "Firmenlogo" - } ], - "idShort" : "manufacturerLogo" - }, { - "modelType" : "MultiLanguageProperty", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerProductDesignation" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "0173-1%2302-AAW338%23001" - } ], - "type" : "ExternalReference" - } ], - "description" : [ { - "language" : "de", - "text" : "Bezeichnung des Produkts." - }, { - "language" : "en", - "text" : "Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy." - } ], - "displayName" : [ { - "language" : "de", - "text" : "Produktbezeichnung" - }, { - "language" : "en", - "text" : "manufacturer product designation" - } ], - "idShort" : "manufacturerProductDesignation" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerArticleNumber" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "0173-1%2302-AAO676%23003" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "article number of the product" - }, { - "language" : "de", - "text" : "Artikelnummer des Produkts" - } ], - "idShort" : "manufacturerArticleNumber" - }, { - "modelType" : "Property", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#manufacturerOrderCode" - } ], - "type" : "ExternalReference" - }, - "supplementalSemanticIds" : [ { - "keys" : [ { - "type" : "GlobalReference", - "value" : "0173-1%2302-AAO227%23002" - } ], - "type" : "ExternalReference" - } ], - "valueType" : "xs:string", - "displayName" : [ { - "language" : "en", - "text" : "order code for the product" - }, { - "language" : "de", - "text" : "Bestellcode des Produkts" - } ], - "idShort" : "manufacturerOrderCode" }, { - "modelType" : "SubmodelElementList", - "semanticId" : { - "keys" : [ { - "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#ProductImageSet" - } ], - "type" : "ExternalReference" - }, + "modelType" : "SubmodelElementCollection", "supplementalSemanticIds" : [ { "keys" : [ { "type" : "GlobalReference", - "value" : "https://admin-shell.io/ZVEI/TechnicalData/ProductImages/1/1" + "value" : "https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1" } ], "type" : "ExternalReference" } ], - "description" : [ { - "language" : "en", - "text" : "Image files for associated product provided in common format (.png, .jpg)." - } ], - "displayName" : [ { - "language" : "en", - "text" : "product images" - } ], - "idShort" : "productImages", - "orderRelevant" : false, - "typeValueListElement" : "SubmodelElementCollection", + "idShort" : "lifetime", "value" : [ { - "modelType" : "SubmodelElementCollection", - "supplementalSemanticIds" : [ { + "modelType" : "Property", + "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "https://admin-shell.io/aas/3/1/File" + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#expectedLifetime" } ], "type" : "ExternalReference" - } ], + }, + "valueType" : "xs:short", + "idShort" : "expectedLifetime" + }, { + "modelType" : "SubmodelElementCollection", "description" : [ { "language" : "en", - "text" : "Image files for associated product provided in common format (.png, .jpg)." - } ], - "displayName" : [ { - "language" : "en", - "text" : "product images" + "text" : "Number of (full) charging and discharging cycles.\n\nDIN DKE Spec 99100 chapter reference: 6.7.6.3" } ], - "idShort" : "productImages", + "idShort" : "numberOfFullCycles", "value" : [ { "modelType" : "Property", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#resourceValue" + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#numberOfFullCyclesValue" } ], "type" : "ExternalReference" }, - "valueType" : "xs:anyURI", - "idShort" : "resourceValue" + "valueType" : "xs:integer", + "idShort" : "numberOfFullCyclesValue" }, { "modelType" : "Property", "semanticId" : { "keys" : [ { "type" : "GlobalReference", - "value" : "urn:samm:io.admin-shell.idta.shared:3.1.0#contentType" + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#lastUpdate" } ], "type" : "ExternalReference" }, - "valueType" : "xs:string", - "idShort" : "contentType" + "valueType" : "xs:dateTime", + "idShort" : "lastUpdate" } ] + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#capacityThresholdForExhaustion" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:double", + "idShort" : "capacityThresholdForExhaustion" + }, { + "modelType" : "Property", + "semanticId" : { + "keys" : [ { + "type" : "GlobalReference", + "value" : "urn:samm:io.BatteryPass.Performance:1.2.1#cRateLifeCycleTest" + } ], + "type" : "ExternalReference" + }, + "valueType" : "xs:float", + "idShort" : "cRateLifeCycleTest" } ] } ] } ] diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.aas.xml b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.aas.xml index 0f9d739..a270086 100644 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.aas.xml +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.aas.xml @@ -358,208 +358,16 @@ - - - - productClassifications - - - en - product classifications - - - de - Produkt-Klassifikationen - - - - - en - Product classifications by association with product classes in common classification systems. - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#ProductClassificationSet - - - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/ZVEI/TechnicalData/ProductClassifications/1/1 - - - - - false - SubmodelElementCollection - - - productClassifications + + manufacturerIdentifier - - en - product classifications - de - Produkt-Klassifikationen + identifier of the manfuacturer - - - - en - Product classifications by association with product classes in common classification systems. - - - - - ExternalReference - - - GlobalReference - https://api.eclass-cdp.com/0173-1-02-ABI502-003/0173-1-01-AHF581-003 - - - - - ExternalReference - - - GlobalReference - 0173-1#02-ABI502#003/0173-1#01-AHF581#003 - - - - - - - productClassificationSystem - - - en - product classification system - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#productClassificationSystem - - - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/ZVEI/TechnicalData/ProductClassificationSystem/1/1 - - - - - xs:string - - - classificationSystemVersion - - - en - classification system version - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#classificationSystemVersion - - - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/ZVEI/TechnicalData/ClassificationSystemVersion/1/1 - - - - - xs:string - - - productClassId - - - en - product class ID - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#productClassId - - - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/ZVEI/TechnicalData/ProductClassId/1/1 - - - - - xs:string - - - - - - - technicalProperties - - - en - Technical and product properties. Individual Characteristics that describe the product and its technical properties. - - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/ZVEI/TechnicalData/TechnicalProperties/1/1 - - - - - - - batteryCategory - en - BatteryCategory + article number of the product @@ -567,61 +375,31 @@ GlobalReference - urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryCategory + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#manufacturerIdentifier xs:string - batteryMass + warrentyPeriod ExternalReference GlobalReference - urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryMass + urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#warrentyPeriod - xs:float + xs:gMonth - length - - - en - length - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#length - - - - - - ExternalReference - - - GlobalReference - 0173-1#02-BAA018#007 - - - - - xs:double - - - height + batteryCategory en - height + BatteryCategory @@ -629,115 +407,61 @@ GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#height + urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryCategory - - - ExternalReference - - - GlobalReference - 0173-1#02-BAA020#009 - - - - - xs:double + xs:string - width - - - en - width - - + batteryMass ExternalReference GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#width + urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryMass - - - ExternalReference - - - GlobalReference - 0173-1#02-BAF016#006 - - - - - xs:double + xs:float - - temperatureRangeIdleStateLowerBoundary + + + + technicalProperties + + + en + Technical and product properties. Individual Characteristics that describe the product and its technical properties. + + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/TechnicalProperties/1/1 + + + + + + + capacityEnergyVoltage en - temperature range idle state (lower boundary) + capacity, energy and voltage - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperatureRangeIdleStateLowerBoundary - - - - - - ExternalReference - - - GlobalReference - 0173-1#02-ABL842#001 - - - - - xs:double - - - temperatureRangeIdleStateUpperBoundary - - + + en - temperature range idle state (upper boundary) - - - - ExternalReference - - - GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperatureRangeIdleStateUpperBoundary - - - - - - ExternalReference - - - GlobalReference - 0173-1#02-ABL871#001 - - - - - xs:double - - - voltage + Information on battery capacity, energy and voltage. + + ExternalReference @@ -840,116 +564,93 @@ xs:float - - - - efficiency - - - ExternalReference - - - GlobalReference - https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1 - - - - - - - originalPowerCapability - - - en - Pre-use power capability: Definition of power capability as given in Battery Regulation. -Annex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable for remaining power capability and power fade(see below). It, thus, should be reviewed together with SoC definition. - -DIN DKE Spec 99100 chapter reference: 6.7.3.2 - - - - + + ratedCapacity ExternalReference GlobalReference - urn:samm:io.BatteryPass.Performance:1.2.0#OriginalPowerCapabilityAtSoC + urn:samm:io.BatteryPass.Performance:1.2.1#ratedCapacity - false - SubmodelElementCollection - - - originalPowerCapability - - - en - Pre-use power capability: Definition of power capability as given in Battery Regulation. -Annex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable for remaining power capability and power fade(see below). It, thus, should be reviewed together with SoC definition. - -DIN DKE Spec 99100 chapter reference: 6.7.3.2 + xs:float + + + capacityFade + + + en + The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer. - - - - - - atSoC - - ExternalReference - - - GlobalReference - urn:samm:io.BatteryPass.Performance:1.2.0#atSoC - - - - xs:float - - - powerCapabilityAt - - ExternalReference - - - GlobalReference - urn:samm:io.BatteryPass.Performance:1.2.0#powerCapabilityAt - - - - xs:float - - - +DIN DKE Spec 99100 chapter reference: 6.7.2.4 + + + + + capacityFadeValue + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.1#capacityFadeValue + + + + xs:float + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.1#lastUpdate + + + + xs:dateTime + - + - originalPowerCapabilityLimits - - - en - original power capability limits - - + ratedEnergy ExternalReference GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#originalPowerCapabilityLimits + urn:samm:io.BatteryPass.Performance:1.2.1#ratedEnergy xs:float + + + + roundTripEnergyEfficiency + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1 + + + + + - maximumAllowedBatteryEnergy + initialRoundTripEnergyEfficiency en - maximum allowed battery energy + initial round trip energy efficiency @@ -957,37 +658,81 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#maximumAllowedBatteryEnergy + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialRoundTripEnergyEfficiency - xs:float + + + ExternalReference + + + GlobalReference + 0173-1#02-ABL833#001 + + + + + xs:integer - maximumPermittedBatteryPower - - - en - maximum permitted battery power - - + roundTripEfficiencyat50PerCentCycleLife ExternalReference GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#maximumPermittedBatteryPower + urn:samm:io.BatteryPass.Performance:1.2.1#roundTripEfficiencyat50PerCentCycleLife xs:float + + capacityFade + + + en + The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer. + +DIN DKE Spec 99100 chapter reference: 6.7.2.4 + + + + + capacityFadeValue + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.1#capacityFadeValue + + + + xs:float + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.1#lastUpdate + + + + xs:dateTime + + + - powerCapabilityRatio + initialSelfDischargingRate en - PowerCapabilityRatio + initial self discharging rate @@ -995,90 +740,121 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 GlobalReference - urn:samm:io.BatteryPass.Performance:1.2.0#powerCapabilityRatio + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialSelfDischargingRate - xs:float + + + ExternalReference + + + GlobalReference + 0173-1#02-ABL834#001 + + + + + xs:integer + + + + resistance + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1 + + + + + - powerCapabilityAt20Charge - - - en - power capability at 20% charge - - + initialInternalResistanceOnBatteryCellLevel ExternalReference GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#powerCapabilityAt20Charge + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryCellLevel - xs:float + xs:double - powerCapabilityAt80Charge - - - en - power capability at 80% charge - - + initialInternalResistanceOnBatteryPackLevel ExternalReference GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#powerCapabilityAt80Charge + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryPackLevel - xs:float + xs:double - powerFade + initialInternalResistanceOnBatteryModuleLevel ExternalReference GlobalReference - urn:samm:io.BatteryPass.Performance:1.2.0#powerFade + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryModuleLevel - xs:float + + + ExternalReference + + + GlobalReference + 0173-1#02-ABL832#001 + + + + + xs:double - roundTripEfficiencyat50PerCentCycleLife + internalResistanceIncreaseOfBatteryCell ExternalReference GlobalReference - urn:samm:io.BatteryPass.Performance:1.2.0#roundTripEfficiencyat50PerCentCycleLife + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#internalResistanceIncreaseOfBatteryCell - xs:float + + + ExternalReference + + + GlobalReference + 0173-1#02-ABL831#001 + + + + + xs:integer - initialRoundTripEnergyEfficiency - - - en - initial round trip energy efficiency - - + internalResistanceIncreaseOfBatteryPack ExternalReference GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialRoundTripEnergyEfficiency + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#internalResistanceIncreaseOfBatteryPack @@ -1088,7 +864,7 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 GlobalReference - 0173-1#02-ABL833#001 + 0173-1#02-ABL831#001 @@ -1096,19 +872,13 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 xs:integer - initialSelfDischargingRate - - - en - initial self discharging rate - - + internalResistanceIncreaseOfBatteryModule ExternalReference GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialSelfDischargingRate + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#internalResistanceIncreaseOfBatteryModule @@ -1118,7 +888,7 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 GlobalReference - 0173-1#02-ABL834#001 + 0173-1#02-ABL831#001 @@ -1128,7 +898,7 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 - resistance + powerCapability ExternalReference @@ -1142,39 +912,185 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 - initialInternalResistanceOnBatteryCellLevel + maximumPermittedBatteryPower + + + en + maximum permitted battery power + + ExternalReference GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryCellLevel + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#maximumPermittedBatteryPower - xs:double + xs:float - initialInternalResistanceOnBatteryPackLevel + powerFade ExternalReference GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryPackLevel + urn:samm:io.BatteryPass.Performance:1.2.1#powerFade + + + + xs:float + + + powerCapabilityRatio + + + en + PowerCapabilityRatio + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.1#powerCapabilityRatio + + + + xs:float + + + originalPowerCapability + + + en + Pre-use power capability: Definition of power capability as given in Battery Regulation. +Annex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable for remaining power capability and power fade(see below). It, thus, should be reviewed together with SoC definition. + +DIN DKE Spec 99100 chapter reference: 6.7.3.2 + + + + + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.1#OriginalPowerCapabilityAtSoC + + + + false + SubmodelElementCollection + + + originalPowerCapability + + + en + Pre-use power capability: Definition of power capability as given in Battery Regulation. +Annex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable for remaining power capability and power fade(see below). It, thus, should be reviewed together with SoC definition. + +DIN DKE Spec 99100 chapter reference: 6.7.3.2 + + + + + + + atSoC + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.1#atSoC + + + + xs:float + + + powerCapabilityAt + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.1#powerCapabilityAt + + + + xs:float + + + + + + + + + temperature + + + ExternalReference + + + GlobalReference + https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1 + + + + + + + temperatureRangeIdleStateLowerBoundary + + + en + temperature range idle state (lower boundary) + + + + ExternalReference + + + GlobalReference + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperatureRangeIdleStateLowerBoundary + + + ExternalReference + + + GlobalReference + 0173-1#02-ABL842#001 + + + + xs:double - initialInternalResistanceOnBatteryModuleLevel + temperatureRangeIdleStateUpperBoundary + + + en + temperature range idle state (upper boundary) + + ExternalReference GlobalReference - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryModuleLevel + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperatureRangeIdleStateUpperBoundary @@ -1184,7 +1100,7 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 GlobalReference - 0173-1#02-ABL832#001 + 0173-1#02-ABL871#001 @@ -1194,19 +1110,7 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 - capacity - - - en - capacity - - - - - en - Information on the capacity of the battery. - - + lifetime ExternalReference @@ -1220,44 +1124,83 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 - ratedEnergy + expectedLifetime + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.1#expectedLifetime + + + + xs:short + + + numberOfFullCycles + + + en + Number of (full) charging and discharging cycles. + +DIN DKE Spec 99100 chapter reference: 6.7.6.3 + + + + + numberOfFullCyclesValue + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.1#numberOfFullCyclesValue + + + + xs:integer + + + lastUpdate + + ExternalReference + + + GlobalReference + urn:samm:io.BatteryPass.Performance:1.2.1#lastUpdate + + + + xs:dateTime + + + + + capacityThresholdForExhaustion ExternalReference GlobalReference - urn:samm:io.BatteryPass.Performance:1.2.0#ratedEnergy + urn:samm:io.BatteryPass.Performance:1.2.1#capacityThresholdForExhaustion - xs:float + xs:double - ratedCapacity + cRateLifeCycleTest ExternalReference GlobalReference - urn:samm:io.BatteryPass.Performance:1.2.0#ratedCapacity + urn:samm:io.BatteryPass.Performance:1.2.1#cRateLifeCycleTest xs:float - - capacityThresholdForExhaustion - - ExternalReference - - - GlobalReference - urn:samm:io.BatteryPass.Performance:1.2.0#capacityThresholdForExhaustion - - - - xs:double - @@ -1727,14 +1670,18 @@ The path can be absolute or relative. - generalInformation + manufacturerIdentifier + + de + identifier of the manfuacturer + en - general information + article number of the product - urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#generalInformation + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#manufacturerIdentifier @@ -1749,22 +1696,69 @@ The path can be absolute or relative. + + de + identifier of the manfuacturer + en - general information + article number of the product en - generalInformation + manufacturerIdentifier STRING en - General information, for example ordering and manufacturer information. + A battery passport must include information identifying the manufacturer. + + + + + + + + + warrentyPeriod + urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#warrentyPeriod + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + warrentyPeriod + + + + + en + warrentyPeriod + + + month + STRING + + + en + The battery passport must include information about the period for which the commercial warranty applies. + +DIN DKE Spec chapter reference: 6.1.3.4 @@ -1773,14 +1767,14 @@ The path can be absolute or relative. - productClassificationSystem + batteryCategory en - product classification system + BatteryCategory - urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#productClassificationSystem + urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryCategory @@ -1797,21 +1791,117 @@ The path can be absolute or relative. en - product classification system + BatteryCategory en - productClassificationSystem + batteryCategory STRING en - Common name of the classification system. -Note: Examples for common names for classification systems are "ECLASS" or "IEC CDD". + Categories relevant for the battery passport: LMT battery, ?electric vehicle battery, stationary or other industrial battery >2kWh. + +DIN DKE Spec chapter reference: 6.1.3.5 + + + + + + lmt + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#BatteryCategoryEnum:_lmt4ed46f76 + + + + + + ev + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#BatteryCategoryEnum:_ev67d35554 + + + + + + industrial + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#BatteryCategoryEnum:_industrial8ff09c47 + + + + + + stationary + + ModelReference + + + DataElement + urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#BatteryCategoryEnum:_stationarye3f7fc13 + + + + + + + + + + + + + batteryMass + urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryMass + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + batteryMass + + + + + en + batteryMass + + + kilogram + REAL_MEASURE + + + en + Mass of the entire battery in kilograms. Voluntary: if the battery is defined on pack or module level: also weight of the modules and/or cells. + +DIN DKE Spec chapter reference: 6.1.3.6 @@ -1820,14 +1910,14 @@ Note: Examples for common names for classification systems are "ECLASS" or "IEC - classificationSystemVersion + generalInformation en - classification system version + general information - urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#classificationSystemVersion + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#generalInformation @@ -1844,21 +1934,20 @@ Note: Examples for common names for classification systems are "ECLASS" or "IEC en - classification system version + general information en - classificationSystemVersion + generalInformation STRING en - Common version identifier of the used classification system, in order to distinguish different version of the property dictionary. -Note: Casing is to be ignored. + General information, for example ordering and manufacturer information. @@ -1867,14 +1956,14 @@ Note: Casing is to be ignored. - productClassId + nominalVoltage en - product class ID + voltage - NOM - urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#productClassId + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#nominalVoltage @@ -1891,21 +1980,23 @@ Note: Casing is to be ignored. en - product class ID + voltage - NOM en - productClassId + nominalVoltage - STRING + volt + REAL_MEASURE en - Class of the associated product or industrial equipment in the classification system. According to the notation of the system. -Note: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the product class. + Nominal voltage the battery is rated for. + +DIN DKE Spec 99100 chapter reference: 6.7.2.11 @@ -1914,18 +2005,14 @@ Note: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the pr - productClassifications + maximumVoltage en - product classifications - - - de - Produkt-Klassifikationen + voltage - MAX - urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#productClassifications + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#maximumVoltage @@ -1942,24 +2029,72 @@ Note: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the pr en - product classifications + voltage - MAX + + + + en + maximumVoltage + + + volt + REAL_MEASURE + + + en + Maximum voltage the battery is rated for. + +DIN DKE Spec 99100 chapter reference: 6.7.2.10 + + + + + + + + + minimumVoltage + + + en + voltage - MIN + + + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#minimumVoltage + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + - de - Produkt-Klassifikationen + en + voltage - MIN en - productClassifications + minimumVoltage - STRING + volt + REAL_MEASURE en - Product classifications by association with product classes in common classification systems. + Minimum voltage the battery is rated for. + +DIN DKE Spec 99100 chapter reference: 6.7.2.9 @@ -1968,14 +2103,8 @@ Note: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the pr - batteryCategory - - - en - BatteryCategory - - - urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryCategory + ratedCapacity + urn:samm:io.BatteryPass.Performance:1.2.1#ratedCapacity @@ -1992,84 +2121,33 @@ Note: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the pr en - BatteryCategory + ratedCapacity en - batteryCategory + ratedCapacity - STRING + ampereHour + REAL_MEASURE en - Categories relevant for the battery passport: LMT battery, ?electric vehicle battery, stationary or other industrial battery >2kWh. + �Rated capacity� is the total number of ampere-hours (Ah) that can be withdrawn from a fully charged battery under reference conditions (see BattReg Annex IV (1)). -DIN DKE Spec chapter reference: 6.1.3.5 +DIN DKE Spec 99100 chapter reference: 6.7.2.2 - - - - lmt - - ModelReference - - - DataElement - urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#BatteryCategoryEnum:_lmt4ed46f76 - - - - - - ev - - ModelReference - - - DataElement - urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#BatteryCategoryEnum:_ev67d35554 - - - - - - industrial - - ModelReference - - - DataElement - urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#BatteryCategoryEnum:_industrial8ff09c47 - - - - - - stationary - - ModelReference - - - DataElement - urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#BatteryCategoryEnum:_stationarye3f7fc13 - - - - - - - batteryMass - urn:samm:io.BatteryPass.GeneralProductInformation:1.2.0#batteryMass + capacityFadeValue + urn:samm:io.BatteryPass.Performance:1.2.1#capacityFadeValue @@ -2086,39 +2164,25 @@ DIN DKE Spec chapter reference: 6.1.3.5 en - batteryMass + capacityFadeValue en - batteryMass + capacityFadeValue - kilogram + percent REAL_MEASURE - - - en - Mass of the entire battery in kilograms. Voluntary: if the battery is defined on pack or module level: also weight of the modules and/or cells. - -DIN DKE Spec chapter reference: 6.1.3.6 - - - length - - - en - length - - - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#length + lastUpdate + urn:samm:io.BatteryPass.Performance:1.2.1#lastUpdate @@ -2135,21 +2199,20 @@ DIN DKE Spec chapter reference: 6.1.3.6 en - length + lastUpdate en - length + lastUpdate - centimetre - REAL_MEASURE + STRING en - For objects with orientation in preferred position during use the dimension perpendicular to diameter/height/width/depth + Timestamp for dynamic data attributes show the last update time. @@ -2158,14 +2221,8 @@ DIN DKE Spec chapter reference: 6.1.3.6 - height - - - en - height - - - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#height + capacityFade + urn:samm:io.BatteryPass.Performance:1.2.1#capacityFade @@ -2182,21 +2239,22 @@ DIN DKE Spec chapter reference: 6.1.3.6 en - height + capacityFade en - height + capacityFade - centimetre - REAL_MEASURE + STRING en - For objects with orientation in preferred position during use the dimension perpendicular to height/length/depth. + The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer. + +DIN DKE Spec 99100 chapter reference: 6.7.2.4 @@ -2205,14 +2263,8 @@ DIN DKE Spec chapter reference: 6.1.3.6 - width - - - en - width - - - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#width + ratedEnergy + urn:samm:io.BatteryPass.Performance:1.2.1#ratedEnergy @@ -2229,21 +2281,23 @@ DIN DKE Spec chapter reference: 6.1.3.6 en - width + ratedEnergy en - width + ratedEnergy - centimetre + kilowattHour REAL_MEASURE en - For objects with orientation in preferred position during use the dimension perpendicular to height/length/depth. + The certified usable battery energy is the usable battery energy according to the procedure in the UN GTR No 22 as determined during the certification of the vehicle. + +DIN DKE Spec 99100 chapter reference: 6.7.2.5 @@ -2252,14 +2306,14 @@ DIN DKE Spec chapter reference: 6.1.3.6 - temperatureRangeIdleStateLowerBoundary + capacityEnergyVoltage en - temperature range idle state (lower boundary) + capacity, energy and voltage - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperatureRangeIdleStateLowerBoundary + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#capacityEnergyVoltage @@ -2276,21 +2330,20 @@ DIN DKE Spec chapter reference: 6.1.3.6 en - temperature range idle state (lower boundary) + capacity, energy and voltage en - temperatureRangeIdleStateLowerBoundary + capacityEnergyVoltage - degreeCelsius - REAL_MEASURE + STRING en - Lower boundary of the surrounding temperature range, which the battery can safely withstand. + Information on battery capacity, energy and voltage. @@ -2299,14 +2352,14 @@ DIN DKE Spec chapter reference: 6.1.3.6 - temperatureRangeIdleStateUpperBoundary + initialRoundTripEnergyEfficiency en - temperature range idle state (upper boundary) + initial round trip energy efficiency - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperatureRangeIdleStateUpperBoundary + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialRoundTripEnergyEfficiency @@ -2323,21 +2376,21 @@ DIN DKE Spec chapter reference: 6.1.3.6 en - temperature range idle state (upper boundary) + initial round trip energy efficiency en - temperatureRangeIdleStateUpperBoundary + initialRoundTripEnergyEfficiency - degreeCelsius - REAL_MEASURE + percent + INTEGER_MEASURE en - Upper boundary of the surrounding temperature range, which the battery can safely withstand. + Initial round trip energy efficiency means the ratio of the net energy delivered by a battery during a discharge test to the total energy required to restore the initial State of Charge by a standard charge. @@ -2346,14 +2399,8 @@ DIN DKE Spec chapter reference: 6.1.3.6 - nominalVoltage - - - en - voltage - NOM - - - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#nominalVoltage + roundTripEfficiencyat50PerCentCycleLife + urn:samm:io.BatteryPass.Performance:1.2.1#roundTripEfficiencyat50PerCentCycleLife @@ -2370,23 +2417,26 @@ DIN DKE Spec chapter reference: 6.1.3.6 en - voltage - NOM + roundTripEfficiencyat50PerCentCycleLife en - nominalVoltage + roundTripEfficiencyat50PerCentCycleLife - volt + percent REAL_MEASURE en - Nominal voltage the battery is rated for. + Initial round trip energy efficiency shall be measured at reference conditions that include the specification of �50 % of cycle-life�. -DIN DKE Spec 99100 chapter reference: 6.7.2.11 +Test methods and reference conditions should separately consider non-cycle applications and batteries with very long cycle-life. + +DIN DKE Spec 99100 chapter reference: 6.7.4.3 + @@ -2395,14 +2445,14 @@ DIN DKE Spec 99100 chapter reference: 6.7.2.11 - maximumVoltage + initialSelfDischargingRate en - voltage - MAX + initial self discharging rate - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#maximumVoltage + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialSelfDischargingRate @@ -2419,23 +2469,21 @@ DIN DKE Spec 99100 chapter reference: 6.7.2.11 en - voltage - MAX + initial self discharging rate en - maximumVoltage + initialSelfDischargingRate - volt - REAL_MEASURE + percent + INTEGER_MEASURE en - Maximum voltage the battery is rated for. - -DIN DKE Spec 99100 chapter reference: 6.7.2.10 + Initial self-discharge in % of capacity per unit of time in defined conditions (temperature range etc) as pre-use metric. @@ -2444,14 +2492,8 @@ DIN DKE Spec 99100 chapter reference: 6.7.2.10 - minimumVoltage - - - en - voltage - MIN - - - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#minimumVoltage + roundTripEnergyEfficiency + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#roundTripEnergyEfficiency @@ -2468,33 +2510,24 @@ DIN DKE Spec 99100 chapter reference: 6.7.2.10 en - voltage - MIN + roundTripEnergyEfficiency en - minimumVoltage + roundTripEnergyEfficiency - volt - REAL_MEASURE - - - en - Minimum voltage the battery is rated for. - -DIN DKE Spec 99100 chapter reference: 6.7.2.9 - - + STRING - voltage - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#voltage + initialInternalResistanceOnBatteryCellLevel + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryCellLevel @@ -2511,24 +2544,31 @@ DIN DKE Spec 99100 chapter reference: 6.7.2.9 en - voltage + initialInternalResistanceOnBatteryCellLevel en - voltage + initialInternalResistanceOnBatteryCellLevel - STRING + ohm + REAL_MEASURE + + + en + Internal battery cell and pack resistance / Internal resistance (in Ohm). + + - atSoC - urn:samm:io.BatteryPass.Performance:1.2.0#atSoC + initialInternalResistanceOnBatteryPackLevel + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryPackLevel @@ -2545,25 +2585,31 @@ DIN DKE Spec 99100 chapter reference: 6.7.2.9 en - atSoC + initialInternalResistanceOnBatteryPackLevel en - atSoC + initialInternalResistanceOnBatteryPackLevel - percent + ohm REAL_MEASURE + + + en + Initial (Pre-Use) internal resistance on battery pack level. + + - powerCapabilityAt - urn:samm:io.BatteryPass.Performance:1.2.0#powerCapabilityAt + initialInternalResistanceOnBatteryModuleLevel + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryModuleLevel @@ -2580,25 +2626,31 @@ DIN DKE Spec 99100 chapter reference: 6.7.2.9 en - powerCapabilityAt + initialInternalResistanceOnBatteryModuleLevel en - powerCapabilityAt + initialInternalResistanceOnBatteryModuleLevel - percent + ohm REAL_MEASURE + + + en + Initial internal resistance means the absolute beginning value of the quotient of the voltage drop between the terminals by the electric current increase in the battery circuit during a current pulse. + + - originalPowerCapability - urn:samm:io.BatteryPass.Performance:1.2.0#originalPowerCapability + internalResistanceIncreaseOfBatteryCell + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#internalResistanceIncreaseOfBatteryCell @@ -2615,25 +2667,21 @@ DIN DKE Spec 99100 chapter reference: 6.7.2.9 en - originalPowerCapability + internalResistanceIncreaseOfBatteryCell en - originalPowerCapability + internalResistanceIncreaseOfBatteryCell - STRING + percent + INTEGER_MEASURE - en - Pre-use power capability: Definition of power capability as given in Battery Regulation. -Annex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable for remaining power capability and power fade(see below). It, thus, should be reviewed together with SoC definition. - -DIN DKE Spec 99100 chapter reference: 6.7.3.2 - - + en + Internal resistance increase of battery cell. @@ -2642,14 +2690,8 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 - originalPowerCapabilityLimits - - - en - original power capability limits - - - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#originalPowerCapabilityLimits + internalResistanceIncreaseOfBatteryPack + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#internalResistanceIncreaseOfBatteryPack @@ -2666,21 +2708,21 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 en - original power capability limits + internalResistanceIncreaseOfBatteryPack en - originalPowerCapabilityLimits + internalResistanceIncreaseOfBatteryPack percent - REAL_MEASURE + INTEGER_MEASURE en - Pre-use power capability (definition of power capability as given in Battery Regulation). + Internal resistance increase of battery pack. @@ -2689,14 +2731,8 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 - maximumAllowedBatteryEnergy - - - en - maximum allowed battery energy - - - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#maximumAllowedBatteryEnergy + internalResistanceIncreaseOfBatteryModule + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#internalResistanceIncreaseOfBatteryModule @@ -2713,21 +2749,21 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 en - maximum allowed battery energy + internalResistanceIncreaseOfBatteryModule en - maximumAllowedBatteryEnergy + internalResistanceIncreaseOfBatteryModule - kilowattHour - REAL_MEASURE + percent + INTEGER_MEASURE en - Original power capability (in Watts) and limits, with temperature range when relevant. + Internal resistance increase of battery module. @@ -2736,14 +2772,8 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 - maximumPermittedBatteryPower - - - en - maximum permitted battery power - - - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#maximumPermittedBatteryPower + resistance + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#resistance @@ -2760,37 +2790,30 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 en - maximum permitted battery power + resistance en - maximumPermittedBatteryPower + resistance - percent - REAL_MEASURE - - - en - Maximum permitted power the battery is rated for, includes the data relevant for power limits. - - + STRING - powerCapabilityRatio + maximumPermittedBatteryPower en - PowerCapabilityRatio + maximum permitted battery power - urn:samm:io.BatteryPass.Performance:1.2.0#powerCapabilityRatio + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#maximumPermittedBatteryPower @@ -2807,13 +2830,13 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 en - PowerCapabilityRatio + maximum permitted battery power en - powerCapabilityRatio + maximumPermittedBatteryPower percent @@ -2821,7 +2844,7 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 en - Provides information on nominal/recommended charge rate (C-rate); equal to regulation definition. + Maximum permitted power the battery is rated for, includes the data relevant for power limits. @@ -2830,14 +2853,8 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 - powerCapabilityAt20Charge - - - en - power capability at 20% charge - - - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#powerCapabilityAt20Charge + powerFade + urn:samm:io.BatteryPass.Performance:1.2.1#powerFade @@ -2854,13 +2871,13 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 en - power capability at 20% charge + powerFade en - powerCapabilityAt20Charge + powerFade percent @@ -2868,7 +2885,16 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 en - PowerCapabilityFade In-use power fade, as defined in Battery Regulation. Pre-use power capability measurement at 20%. + �Power fade (in %) means the decrease over time and upon usage in the amount of power that a battery can deliver at the rated voltage.� (see BattReg Annex IV (4)). + +Power fade should be calculated using original and remaining power capability following the formula below: +Pfade(x) = (1-P(x)) / PBOL" �100" %" +where +x is the aging parameter (e.g. storage time, number of cycles, etc.); +P(x) is the power capability at aging parameter x; +PBOL is the power capability at begin of life. + +DIN DKE Spec 99100 chapter reference: 6.7.3.4 @@ -2877,14 +2903,14 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 - powerCapabilityAt80Charge + powerCapabilityRatio en - power capability at 80% charge + PowerCapabilityRatio - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#powerCapabilityAt80Charge + urn:samm:io.BatteryPass.Performance:1.2.1#powerCapabilityRatio @@ -2901,13 +2927,13 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 en - power capability at 80% charge + PowerCapabilityRatio en - powerCapabilityAt80Charge + powerCapabilityRatio percent @@ -2915,7 +2941,7 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 en - PowerCapabilityFade In-use power fade, as defined in Battery Regulation. Pre-use power capability measurement at 80 %. + Provides information on nominal/recommended charge rate (C-rate); equal to regulation definition. @@ -2924,8 +2950,8 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 - powerFade - urn:samm:io.BatteryPass.Performance:1.2.0#powerFade + atSoC + urn:samm:io.BatteryPass.Performance:1.2.1#atSoC @@ -2942,40 +2968,25 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.2 en - powerFade + atSoC en - powerFade + atSoC percent REAL_MEASURE - - - en - �Power fade (in %) means the decrease over time and upon usage in the amount of power that a battery can deliver at the rated voltage.� (see BattReg Annex IV (4)). - -Power fade should be calculated using original and remaining power capability following the formula below: -Pfade(x) = (1-P(x)) / PBOL" �100" %" -where -x is the aging parameter (e.g. storage time, number of cycles, etc.); -P(x) is the power capability at aging parameter x; -PBOL is the power capability at begin of life. - -DIN DKE Spec 99100 chapter reference: 6.7.3.4 - - - roundTripEfficiencyat50PerCentCycleLife - urn:samm:io.BatteryPass.Performance:1.2.0#roundTripEfficiencyat50PerCentCycleLife + powerCapabilityAt + urn:samm:io.BatteryPass.Performance:1.2.1#powerCapabilityAt @@ -2992,42 +3003,25 @@ DIN DKE Spec 99100 chapter reference: 6.7.3.4 en - roundTripEfficiencyat50PerCentCycleLife + powerCapabilityAt en - roundTripEfficiencyat50PerCentCycleLife + powerCapabilityAt percent REAL_MEASURE - - - en - Initial round trip energy efficiency shall be measured at reference conditions that include the specification of �50 % of cycle-life�. - -Test methods and reference conditions should separately consider non-cycle applications and batteries with very long cycle-life. - -DIN DKE Spec 99100 chapter reference: 6.7.4.3 - - - - initialRoundTripEnergyEfficiency - - - en - initial round trip energy efficiency - - - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialRoundTripEnergyEfficiency + originalPowerCapability + urn:samm:io.BatteryPass.Performance:1.2.1#originalPowerCapability @@ -3044,21 +3038,25 @@ DIN DKE Spec 99100 chapter reference: 6.7.4.3 en - initial round trip energy efficiency + originalPowerCapability en - initialRoundTripEnergyEfficiency + originalPowerCapability - percent - INTEGER_MEASURE + STRING en - Initial round trip energy efficiency means the ratio of the net energy delivered by a battery during a discharge test to the total energy required to restore the initial State of Charge by a standard charge. + Pre-use power capability: Definition of power capability as given in Battery Regulation. +Annex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable for remaining power capability and power fade(see below). It, thus, should be reviewed together with SoC definition. + +DIN DKE Spec 99100 chapter reference: 6.7.3.2 + + @@ -3067,14 +3065,8 @@ DIN DKE Spec 99100 chapter reference: 6.7.4.3 - initialSelfDischargingRate - - - en - initial self discharging rate - - - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialSelfDischargingRate + powerCapability + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#powerCapability @@ -3091,31 +3083,30 @@ DIN DKE Spec 99100 chapter reference: 6.7.4.3 en - initial self discharging rate + powerCapability en - initialSelfDischargingRate + powerCapability - percent - INTEGER_MEASURE - - - en - Initial self-discharge in % of capacity per unit of time in defined conditions (temperature range etc) as pre-use metric. - - + STRING - efficiency - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#efficiency + temperatureRangeIdleStateLowerBoundary + + + en + temperature range idle state (lower boundary) + + + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperatureRangeIdleStateLowerBoundary @@ -3132,24 +3123,37 @@ DIN DKE Spec 99100 chapter reference: 6.7.4.3 en - efficiency + temperature range idle state (lower boundary) en - efficiency + temperatureRangeIdleStateLowerBoundary - STRING + degreeCelsius + REAL_MEASURE + + + en + Lower boundary of the surrounding temperature range, which the battery can safely withstand. + + - initialInternalResistanceOnBatteryCellLevel - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryCellLevel + temperatureRangeIdleStateUpperBoundary + + + en + temperature range idle state (upper boundary) + + + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperatureRangeIdleStateUpperBoundary @@ -3166,21 +3170,21 @@ DIN DKE Spec 99100 chapter reference: 6.7.4.3 en - initialInternalResistanceOnBatteryCellLevel + temperature range idle state (upper boundary) en - initialInternalResistanceOnBatteryCellLevel + temperatureRangeIdleStateUpperBoundary - ohm + degreeCelsius REAL_MEASURE en - Internal battery cell and pack resistance / Internal resistance (in Ohm). + Upper boundary of the surrounding temperature range, which the battery can safely withstand. @@ -3189,8 +3193,8 @@ DIN DKE Spec 99100 chapter reference: 6.7.4.3 - initialInternalResistanceOnBatteryPackLevel - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryPackLevel + temperature + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#temperature @@ -3207,31 +3211,24 @@ DIN DKE Spec 99100 chapter reference: 6.7.4.3 en - initialInternalResistanceOnBatteryPackLevel + temperature en - initialInternalResistanceOnBatteryPackLevel + temperature - ohm - REAL_MEASURE - - - en - Initial (Pre-Use) internal resistance on battery pack level. - - + STRING - initialInternalResistanceOnBatteryModuleLevel - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#initialInternalResistanceOnBatteryModuleLevel + expectedLifetime + urn:samm:io.BatteryPass.Performance:1.2.1#expectedLifetime @@ -3248,21 +3245,25 @@ DIN DKE Spec 99100 chapter reference: 6.7.4.3 en - initialInternalResistanceOnBatteryModuleLevel + expectedLifetime en - initialInternalResistanceOnBatteryModuleLevel + expectedLifetime - ohm - REAL_MEASURE + year + INTEGER_COUNT en - Initial internal resistance means the absolute beginning value of the quotient of the voltage drop between the terminals by the electric current increase in the battery circuit during a current pulse. + The battery passport must include information about the expected battery lifetime in calendar years. + +The update interval must be upon placement on the market and upon change of the battery status. + +DIN DKE Spec 99100 chapter reference: 6.7.6.2 @@ -3271,8 +3272,8 @@ DIN DKE Spec 99100 chapter reference: 6.7.4.3 - resistance - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#resistance + numberOfFullCyclesValue + urn:samm:io.BatteryPass.Performance:1.2.1#numberOfFullCyclesValue @@ -3289,24 +3290,25 @@ DIN DKE Spec 99100 chapter reference: 6.7.4.3 en - resistance + numberOfFullCyclesValue en - resistance + numberOfFullCyclesValue - STRING + cycle + INTEGER_MEASURE - ratedEnergy - urn:samm:io.BatteryPass.Performance:1.2.0#ratedEnergy + numberOfFullCycles + urn:samm:io.BatteryPass.Performance:1.2.1#numberOfFullCycles @@ -3323,23 +3325,22 @@ DIN DKE Spec 99100 chapter reference: 6.7.4.3 en - ratedEnergy + numberOfFullCycles en - ratedEnergy + numberOfFullCycles - kilowattHour - REAL_MEASURE + STRING en - The certified usable battery energy is the usable battery energy according to the procedure in the UN GTR No 22 as determined during the certification of the vehicle. + Number of (full) charging and discharging cycles. -DIN DKE Spec 99100 chapter reference: 6.7.2.5 +DIN DKE Spec 99100 chapter reference: 6.7.6.3 @@ -3348,8 +3349,8 @@ DIN DKE Spec 99100 chapter reference: 6.7.2.5 - ratedCapacity - urn:samm:io.BatteryPass.Performance:1.2.0#ratedCapacity + capacityThresholdForExhaustion + urn:samm:io.BatteryPass.Performance:1.2.1#capacityThresholdForExhaustion @@ -3366,23 +3367,23 @@ DIN DKE Spec 99100 chapter reference: 6.7.2.5 en - ratedCapacity + capacityThresholdForExhaustion en - ratedCapacity + capacityThresholdForExhaustion - ampereHour + percent REAL_MEASURE en - �Rated capacity� is the total number of ampere-hours (Ah) that can be withdrawn from a fully charged battery under reference conditions (see BattReg Annex IV (1)). + The percentage of SOCE, above which the battery is still considered operational as EV battery in its current life, as provided by the economic operator. -DIN DKE Spec 99100 chapter reference: 6.7.2.2 +DIN DKE Spec 99100 chapter reference: 6.7.6.9 @@ -3391,8 +3392,8 @@ DIN DKE Spec 99100 chapter reference: 6.7.2.2 - capacityThresholdForExhaustion - urn:samm:io.BatteryPass.Performance:1.2.0#capacityThresholdForExhaustion + cRateLifeCycleTest + urn:samm:io.BatteryPass.Performance:1.2.1#cRateLifeCycleTest @@ -3409,23 +3410,25 @@ DIN DKE Spec 99100 chapter reference: 6.7.2.2 en - capacityThresholdForExhaustion + cRateLifeCycleTest en - capacityThresholdForExhaustion + cRateLifeCycleTest - percent + C REAL_MEASURE en - The percentage of SOCE, above which the battery is still considered operational as EV battery in its current life, as provided by the economic operator. + The C-rate should be provided separately for both the charge and discharge of the battery, if applicable. -DIN DKE Spec 99100 chapter reference: 6.7.6.9 +The exception for non-cycle applications as mentioned in "Expected lifetime: Number of charge-discharge cycles" should apply to this data attribute as well. + +DIN DKE Spec 99100 chapter reference: 6.7.6.6 @@ -3434,14 +3437,8 @@ DIN DKE Spec 99100 chapter reference: 6.7.6.9 - capacity - - - en - capacity - - - urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#capacity + lifetime + urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#lifetime @@ -3458,22 +3455,16 @@ DIN DKE Spec 99100 chapter reference: 6.7.6.9 en - capacity + lifetime en - capacity + lifetime STRING - - - en - Information on the capacity of the battery. - - diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.aasx b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.aasx index 81cb149493cd8cc5f9317a55f5c5878db5a6d2ab..287cfb18721728d5ae9aae8f8d9b47f9bb96da1f 100644 GIT binary patch delta 10575 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 B9DV=* delta 10474 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 Sf6cK^wqmA1=wkf0^Zx*}I`f(U diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.html b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.html index fd7c8e6..4b5fa37 100644 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.html +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.html @@ -181,7 +181,7 @@

Overview

- Aspect Model Diagram + Aspect Model Diagram
@@ -195,7 +195,7 @@

Properties

-

general information

+

general information

General information, for example ordering and manufacturer information. @@ -217,7 +217,7 @@

Type urn:samm:io.admin-shell.idta.generic.technical_data:1.2.0#GeneralInformationEntity + class="break-all underline">urn:samm:io.admin-shell.idta.batterypass.technical_data:1.0.0#GeneralInformationEntity

@@ -240,7 +240,7 @@

Payload key
-
generalInformation
+
GeneralInformation
@@ -256,14 +256,14 @@

-

product classifications

+

technicalProperties

-Product classifications by association with product classes in common classification systems. +Technical and product properties. Individual Characteristics that describe the product and its technical properties.
Name
-
productClassifications
+
technicalProperties
@@ -273,18 +273,12 @@

-
Set
-
-
-
Has no order
-
-
-
Duplicates not allowed
+
SingleEntity
@@ -296,7 +290,7 @@

Optional
- Yes
+ No

@@ -307,30 +301,52 @@

Payload key
-
productClassifications
+
TechnicalProperties

Reference
    -
  • https://admin-shell.io/ZVEI/TechnicalData/ProductClassifications/1/1
  • +
  • https://admin-shell.io/ZVEI/TechnicalData/TechnicalProperties/1/1
+ + + + + +
+
+

Entities

+
+ +
+
+

CapacityEnergyVoltageEntity

+
+
+ +
+ +
+

Properties

-

technicalProperties

+
voltage - NOM
-Technical and product properties. Individual Characteristics that describe the product and its technical properties. +Nominal voltage the battery is rated for. + +DIN DKE Spec 99100 chapter reference: 6.7.2.11
Name
-
technicalProperties
+
nominalVoltage
@@ -340,12 +356,36 @@

-
SingleEntity
+
Measurement
+
+
+
s
+
+
+
Unit
+
+
+
+
    +
  • + volt +
  • +
  • + Symbol V +
  • +
  • + Code VLT +
  • +
  • + Conversion factor V +
  • +
+
@@ -353,6 +393,10 @@

+
Example
+
4.3
+

Optional
@@ -368,52 +412,32 @@

Payload key
-
technicalProperties
+
NominalVoltage

Reference
    -
  • https://admin-shell.io/ZVEI/TechnicalData/TechnicalProperties/1/1
  • +
  • urn:irdi:0173-1#02-ABL588#001
-

-
- - - -
-
-

Entities

-
- -
-
-

BatteryCapacityEntity

-
-
- -
- -
-

Properties

-
ratedEnergy
+
voltage - MAX
-The certified usable battery energy is the usable battery energy according to the procedure in the UN GTR No 22 as determined during the certification of the vehicle. +Maximum voltage the battery is rated for. -DIN DKE Spec 99100 chapter reference: 6.7.2.5 +DIN DKE Spec 99100 chapter reference: 6.7.2.10
Name
-
ratedEnergy
+
maximumVoltage
@@ -426,7 +450,7 @@
Measurement
-
+
s
Unit
@@ -435,16 +459,16 @@
  • - kilowatt hour + volt
  • - Symbol kW·h + Symbol V
  • - Code KWH + Code VLT
  • - Conversion factor 3.6 × 10⁶ J + Conversion factor V
@@ -460,6 +484,10 @@
+
Example
+
6.0
+
Optional
@@ -475,24 +503,32 @@
Payload key
-
CertifiedUsableBatteryEnergy
+
MaxVoltage
+
+
Reference
+
+
    +
  • urn:irdi:0173-1#02-ABL589#001
  • +
+
+
-
ratedCapacity
+
voltage - MIN
-�Rated capacity� is the total number of ampere-hours (Ah) that can be withdrawn from a fully charged battery under reference conditions (see BattReg Annex IV (1)). +Minimum voltage the battery is rated for. -DIN DKE Spec 99100 chapter reference: 6.7.2.2 +DIN DKE Spec 99100 chapter reference: 6.7.2.9
Name
-
ratedCapacity
+
minimumVoltage
@@ -505,7 +541,7 @@
Measurement
-
+
s
Unit
@@ -514,16 +550,16 @@
  • - ampere hour + volt
  • - Symbol A·h + Symbol V
  • - Code AMH + Code VLT
  • - Conversion factor 3.6 × 10³ C + Conversion factor V
@@ -539,6 +575,10 @@

+
Example
+
2.04
+
Optional
@@ -554,24 +594,32 @@
Payload key
-
RatedCapacity
+
MinVoltage
+
+
Reference
+
+
    +
  • urn:irdi:0173-1#02-ABL587#001
  • +
+
+
-
capacityThresholdForExhaustion
+
ratedCapacity
-The percentage of SOCE, above which the battery is still considered operational as EV battery in its current life, as provided by the economic operator. +�Rated capacity� is the total number of ampere-hours (Ah) that can be withdrawn from a fully charged battery under reference conditions (see BattReg Annex IV (1)). -DIN DKE Spec 99100 chapter reference: 6.7.6.9 +DIN DKE Spec 99100 chapter reference: 6.7.2.2
Name
-
capacityThresholdForExhaustion
+
ratedCapacity
@@ -593,16 +641,16 @@
  • - percent + ampere hour
  • - Symbol % + Symbol A·h
  • - Code P1 + Code AMH
  • - Conversion factor 1 × 10⁻² + Conversion factor 3.6 × 10³ C
@@ -610,7 +658,7 @@
Type http://www.w3.org/2001/XMLSchema#double + class="break-all underline">http://www.w3.org/2001/XMLSchema#float
@@ -633,39 +681,24 @@
Payload key
-
CapacityThresholdForExhaustion
+
RatedCapacity
- - -
-
-

EfficiencyEntity

-
-
- -
- -
-

Properties

-
originalPowerCapability
+
capacityFade
-Pre-use power capability: Definition of power capability as given in Battery Regulation. -Annex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable for remaining power capability and power fade(see below). It, thus, should be reviewed together with SoC definition. - -DIN DKE Spec 99100 chapter reference: 6.7.3.2 +The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer. - +DIN DKE Spec 99100 chapter reference: 6.7.2.4
Name
-
originalPowerCapability
+
capacityFade
@@ -675,18 +708,12 @@
-
List
-
-
-
Has a certain order
-
-
-
Duplicates allowed
+
SingleEntity
@@ -698,7 +725,7 @@
Optional
- No
+ Yes
@@ -709,7 +736,7 @@
Payload key
-
OriginalPowerCapability
+
CapacityFade
@@ -717,14 +744,16 @@
-
original power capability limits
+
ratedEnergy
-Pre-use power capability (definition of power capability as given in Battery Regulation). +The certified usable battery energy is the usable battery energy according to the procedure in the UN GTR No 22 as determined during the certification of the vehicle. + +DIN DKE Spec 99100 chapter reference: 6.7.2.5
Name
-
originalPowerCapabilityLimits
+
ratedEnergy
@@ -746,16 +775,16 @@
  • - percent + kilowatt hour
  • - Symbol % + Symbol kW·h
  • - Code P1 + Code KWH
  • - Conversion factor 1 × 10⁻² + Conversion factor 3.6 × 10⁶ J
@@ -771,15 +800,11 @@
-
Example
-
Infinity
-
Optional
- No
+ Yes
@@ -790,22 +815,33 @@
Payload key
-
OriginalPowerCapabilityLimits
+
CertifiedUsableBatteryEnergy
+ + +
+
+

CapacityFadeEntity

+
+
+ +
+ +
+

Properties

-
maximum allowed battery energy
+
capacityFadeValue
-Original power capability (in Watts) and limits, with temperature range when relevant.
Name
-
maximumAllowedBatteryEnergy
+
capacityFadeValue
@@ -827,16 +863,16 @@
  • - kilowatt hour + percent
  • - Symbol kW·h + Symbol %
  • - Code KWH + Code P1
  • - Conversion factor 3.6 × 10⁶ J + Conversion factor 1 × 10⁻²
@@ -852,10 +888,6 @@
-
Example
-
Infinity
-
Optional
@@ -871,7 +903,7 @@
Payload key
-
MaximumAllowedBatteryEnergy
+
capacityFadeValue
@@ -879,14 +911,14 @@
-
maximum permitted battery power
+
lastUpdate
-Maximum permitted power the battery is rated for, includes the data relevant for power limits. +Timestamp for dynamic data attributes show the last update time.
Name
-
maximumPermittedBatteryPower
+
lastUpdate
@@ -895,37 +927,388 @@
Characteristic
-
-
Measurement
+
-
-
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
lastUpdate
+
+ + +
+ +
+
+

GeneralInformationEntity

+
+
+ +
+
+ Reference +
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/GeneralInformation/1/1
  • +
+
+
+ +
+

Properties

+
+
+ +
+
manufacturer name
+
+ +Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation. + +
+
Name
+
manufacturerName
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerName
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO677%23002
  • +
+
+
+ +
+
+ +
+
company logo
+
+ +A graphic mark used to represent a company, an organisation or a product. + +
+
Name
+
manufacturerLogo
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerLogo
+
+ +
+
Reference
+
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/ManufacturerLogo/1/1
  • +
+
+
+ +
+
+ +
+
manufacturer product designation
+
+ +Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy. + +
+
Name
+
manufacturerProductDesignation
+
+ + + +
+
Characteristic
+
+
+
+
Set
+
+
+
Has no order
+
+
+
Duplicates not allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerProductDesignation
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAW338%23001
  • +
+
+
+ +
+
+ +
+
article number of the product
+
+ +Unique product identifier of the manufacturer Note: The manufacturer article number is represented as a string, although often a numerical ID. + +
+
Name
+
manufacturerArticleNumber
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerArticleNumber
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO676%23003
  • +
+
+
+ +
+
+ +
+
order code for the product
+
+ +Unique combination of numbers and letters used to identify the device for ordering. + +
+
Name
+
manufacturerOrderCode
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ManufacturerOrderCode
+
+ +
+
Reference
+
+
    +
  • urn:irdi:0173-1%2302-AAO227%23002
  • +
+
+
+ +
+
+ +
+
product images
+
+ +Image files for associated product provided in common format (.png, .jpg). + +
+
Name
+
productImages
+
+ + + +
+
Characteristic
+
+
+
+
Set
-
Unit
+
Has no order
-
-
    -
  • - percent -
  • -
  • - Symbol % -
  • -
  • - Code P1 -
  • -
  • - Conversion factor 1 × 10⁻² -
  • -
-
+
Duplicates not allowed
@@ -933,11 +1316,65 @@
+
Optional
+
+ Yes
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
ProductImages
+
+
-
Example
-
Infinity
+
Reference
+
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/ProductImages/1/1
  • +
+
+
+ +
+
+ +
+
article number of the product
+
+ +A battery passport must include information identifying the manufacturer. + +
+
Name
+
manufacturerIdentifier
+
+ + + +
+
Characteristic
+
+
Optional
@@ -952,7 +1389,7 @@
Payload key
-
MaximumPermittedBatteryPower
+
ManufacturerIdentifier
@@ -960,14 +1397,16 @@
-
PowerCapabilityRatio
+
warrentyPeriod
-Provides information on nominal/recommended charge rate (C-rate); equal to regulation definition. +The battery passport must include information about the period for which the commercial warranty applies. + +DIN DKE Spec chapter reference: 6.1.3.4
Name
-
powerCapabilityRatio
+
warrentyPeriod
@@ -980,7 +1419,7 @@
Measurement
-
Ratio between nominal allowed battery power (W) and battery energy (Wh).
+
Unit
@@ -989,16 +1428,16 @@
  • - percent + month
  • - Symbol % + Symbol mo
  • - Code P1 + Code MON
  • - Conversion factor 1 × 10⁻² + Conversion factor 2.629800 × 10⁶ s
@@ -1006,7 +1445,7 @@
Type http://www.w3.org/2001/XMLSchema#float + class="break-all underline">http://www.w3.org/2001/XMLSchema#gMonth
@@ -1029,7 +1468,7 @@
Payload key
-
RatioMABEvsMABP
+
WarrantyPeriod
@@ -1037,14 +1476,16 @@
-
power capability at 20% charge
+
BatteryCategory
-PowerCapabilityFade In-use power fade, as defined in Battery Regulation. Pre-use power capability measurement at 20%. +Categories relevant for the battery passport: LMT battery, ?electric vehicle battery, stationary or other industrial battery >2kWh. + +DIN DKE Spec chapter reference: 6.1.3.5
Name
-
powerCapabilityAt20Charge
+
batteryCategory
@@ -1054,36 +1495,25 @@
-
Measurement
-
-
-
+
Enumeration
-
Unit
+
Values
-
    -
  • - percent -
  • -
  • - Symbol % -
  • -
  • - Code P1 -
  • -
  • - Conversion factor 1 × 10⁻² -
  • +
      +
    • lmt
    • +
    • ev
    • +
    • industrial
    • +
    • stationary
Type http://www.w3.org/2001/XMLSchema#float + class="break-all underline">http://www.w3.org/2001/XMLSchema#string
@@ -1091,10 +1521,6 @@
-
Example
-
Infinity
-
Optional
@@ -1110,7 +1536,7 @@
Payload key
-
PowerCapabilityAtTwentyCharge
+
BatteryCategory
@@ -1118,14 +1544,16 @@
-
power capability at 80% charge
+
batteryMass
-PowerCapabilityFade In-use power fade, as defined in Battery Regulation. Pre-use power capability measurement at 80 %. +Mass of the entire battery in kilograms. Voluntary: if the battery is defined on pack or module level: also weight of the modules and/or cells. + +DIN DKE Spec chapter reference: 6.1.3.6
Name
-
powerCapabilityAt80Charge
+
batteryMass
@@ -1138,7 +1566,8 @@
Measurement
-
+
Weight of the battery +EUBR: Annex XIII (1a) ? Annex VI Part A (5)
Unit
@@ -1147,16 +1576,16 @@
  • - percent + kilogram
  • - Symbol % + Symbol kg
  • - Code P1 + Code KGM
  • - Conversion factor 1 × 10⁻² + Conversion factor kg
@@ -1174,7 +1603,7 @@
Example
-
Infinity
+
699.0
@@ -1191,31 +1620,38 @@
Payload key
-
PowerCapabilityAtEightyCharge
+
BatteryMass
+ + +
+
+

LifetimeEntity

+
+
+ +
+ +
+

Properties

-
powerFade
+
expectedLifetime
-�Power fade (in %) means the decrease over time and upon usage in the amount of power that a battery can deliver at the rated voltage.� (see BattReg Annex IV (4)). +The battery passport must include information about the expected battery lifetime in calendar years. -Power fade should be calculated using original and remaining power capability following the formula below: -Pfade(x) = (1-P(x)) / PBOL" �100" %" -where -x is the aging parameter (e.g. storage time, number of cycles, etc.); -P(x) is the power capability at aging parameter x; -PBOL is the power capability at begin of life. +The update interval must be upon placement on the market and upon change of the battery status. -DIN DKE Spec 99100 chapter reference: 6.7.3.4 +DIN DKE Spec 99100 chapter reference: 6.7.6.2
Name
-
powerFade
+
expectedLifetime
@@ -1237,16 +1673,16 @@
  • - percent + year
  • - Symbol % + Symbol y
  • - Code P1 + Code ANN
  • - Conversion factor 1 × 10⁻² + Conversion factor 3.15576 × 10⁷ s
@@ -1254,7 +1690,7 @@
Type http://www.w3.org/2001/XMLSchema#float + class="break-all underline">http://www.w3.org/2001/XMLSchema#short
@@ -1277,7 +1713,7 @@
Payload key
-
PowerFade
+
ExpectedLifetimeInCalendarYears
@@ -1285,19 +1721,16 @@
-
roundTripEfficiencyat50PerCentCycleLife
+
numberOfFullCycles
-Initial round trip energy efficiency shall be measured at reference conditions that include the specification of �50 % of cycle-life�. - -Test methods and reference conditions should separately consider non-cycle applications and batteries with very long cycle-life. +Number of (full) charging and discharging cycles. -DIN DKE Spec 99100 chapter reference: 6.7.4.3 - +DIN DKE Spec 99100 chapter reference: 6.7.6.3
Name
-
roundTripEfficiencyat50PerCentCycleLife
+
numberOfFullCycles
@@ -1307,36 +1740,12 @@
-
Measurement
-
-
-
-
-
-
Unit
-
-
-
-
    -
  • - percent -
  • -
  • - Symbol % -
  • -
  • - Code P1 -
  • -
  • - Conversion factor 1 × 10⁻² -
  • -
-
+
SingleEntity
@@ -1359,7 +1768,7 @@
Payload key
-
RoundTripEnergyEfficiencyAtFiftyofCycleLife
+
NumberOfChargeDischargeCycles
@@ -1367,14 +1776,16 @@
-
initial round trip energy efficiency
+
capacityThresholdForExhaustion
-Initial round trip energy efficiency means the ratio of the net energy delivered by a battery during a discharge test to the total energy required to restore the initial State of Charge by a standard charge. +The percentage of SOCE, above which the battery is still considered operational as EV battery in its current life, as provided by the economic operator. + +DIN DKE Spec 99100 chapter reference: 6.7.6.9
Name
-
initialRoundTripEnergyEfficiency
+
capacityThresholdForExhaustion
@@ -1413,7 +1824,7 @@
Type http://www.w3.org/2001/XMLSchema#integer + class="break-all underline">http://www.w3.org/2001/XMLSchema#double
@@ -1421,10 +1832,6 @@
-
Example
-
100
-
Optional
@@ -1440,30 +1847,26 @@
Payload key
-
InitialRoundTripEnergyEfficiency
+
CapacityThresholdExhaustion
-
-
Reference
-
-
    -
  • urn:irdi:0173-1#02-ABL833#001
  • -
-
-
-
initial self discharging rate
+
cRateLifeCycleTest
-Initial self-discharge in % of capacity per unit of time in defined conditions (temperature range etc) as pre-use metric. +The C-rate should be provided separately for both the charge and discharge of the battery, if applicable. + +The exception for non-cycle applications as mentioned in "Expected lifetime: Number of charge-discharge cycles" should apply to this data attribute as well. + +DIN DKE Spec 99100 chapter reference: 6.7.6.6
Name
-
initialSelfDischargingRate
+
cRateLifeCycleTest
@@ -1473,10 +1876,10 @@
-
Measurement
+
Quantifiable
-
+
Duration
Unit
@@ -1485,16 +1888,10 @@
  • - percent + C
  • - Symbol % -
  • -
  • - Code P1 -
  • -
  • - Conversion factor 1 × 10⁻² + Symbol C
@@ -1502,7 +1899,7 @@
Type http://www.w3.org/2001/XMLSchema#integer + class="break-all underline">http://www.w3.org/2001/XMLSchema#float
@@ -1510,10 +1907,6 @@
-
Example
-
2
-
Optional
@@ -1529,50 +1922,33 @@
Payload key
-
InitialSelfDischargingRate
+
CrateOfRelevantCycleLifeTest
-
-
Reference
-
-
    -
  • urn:irdi:0173-1#02-ABL834#001
  • -
-
-
-

GeneralInformationEntity

+

NumberOfFullCyclesEntity

-
- Reference -
-
    -
  • https://admin-shell.io/ZVEI/TechnicalData/GeneralInformation/1/1
  • -
-
-
-

Properties

+

Properties

-
manufacturer name
+
numberOfFullCyclesValue
-Legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation.
Name
-
manufacturerName
+
numberOfFullCyclesValue
@@ -1581,10 +1957,31 @@
Characteristic
+
+
Measurement
+
+
+
+
+
+
Unit
+
+
+
+
    +
  • + cycle +
  • +
  • + Code B7 +
  • +
+
+
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/2001/XMLSchema#integer
@@ -1607,30 +2004,22 @@
Payload key
-
ManufacturerName
+
numberOfFullCyclesValue
-
-
Reference
-
-
    -
  • urn:irdi:0173-1%2302-AAO677%23002
  • -
-
-
-
company logo
+
lastUpdate
-A graphic mark used to represent a company, an organisation or a product. +Timestamp for dynamic data attributes show the last update time.
Name
-
manufacturerLogo
+
lastUpdate
@@ -1642,7 +2031,7 @@
Type http://www.w3.org/2001/XMLSchema#anyURI + class="break-all underline">http://www.w3.org/2001/XMLSchema#dateTime
@@ -1654,7 +2043,7 @@
Optional
- Yes
+ No
@@ -1665,30 +2054,33 @@
Payload key
-
ManufacturerLogo
+
lastUpdate
+ + + +
+
+

PowerCapabilityAtEntity

+
-
Reference
-
-
    -
  • https://admin-shell.io/ZVEI/TechnicalData/ManufacturerLogo/1/1
  • -
-
+
+
+

Properties

-
manufacturer product designation
+
atSoC
-Short description of the product (short text), third or lowest level of a 3 level manufacturer specific product hierarchy.
Name
-
manufacturerProductDesignation
+
atSoC
@@ -1698,18 +2090,36 @@
-
Set
+
Measurement
-
Has no order
+
-
Duplicates not allowed
+
Unit
+
+
+
+
    +
  • + percent +
  • +
  • + Symbol % +
  • +
  • + Code P1 +
  • +
  • + Conversion factor 1 × 10⁻² +
  • +
+
Type http://www.w3.org/1999/02/22-rdf-syntax-ns#langString + class="break-all underline">http://www.w3.org/2001/XMLSchema#float
@@ -1732,30 +2142,21 @@
Payload key
-
ManufacturerProductDesignation
+
atSoC
-
-
Reference
-
-
    -
  • urn:irdi:0173-1%2302-AAW338%23001
  • -
-
-
-
article number of the product
+
powerCapabilityAt
-Unique product identifier of the manufacturer Note: The manufacturer article number is represented as a string, although often a numerical ID.
Name
-
manufacturerArticleNumber
+
powerCapabilityAt
@@ -1764,10 +2165,37 @@
Characteristic
+
+
Measurement
+
+
+
+
+
+
Unit
+
+
+
+
    +
  • + percent +
  • +
  • + Symbol % +
  • +
  • + Code P1 +
  • +
  • + Conversion factor 1 × 10⁻² +
  • +
+
+
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/2001/XMLSchema#float
@@ -1790,30 +2218,34 @@
Payload key
-
ManufacturerArticleNumber
+
powerCapabilityAt
+ +
+
+
+
+

PowerCapabilityEntity

+
-
Reference
-
-
    -
  • urn:irdi:0173-1%2302-AAO676%23003
  • -
-
+
+
+

Properties

-
order code for the product
+
maximum permitted battery power
-Unique combination of numbers and letters used to identify the device for ordering. +Maximum permitted power the battery is rated for, includes the data relevant for power limits.
Name
-
manufacturerOrderCode
+
maximumPermittedBatteryPower
@@ -1822,10 +2254,37 @@
Characteristic
+
+
Measurement
+
+
+
+
+
+
Unit
+
+
+
+
    +
  • + percent +
  • +
  • + Symbol % +
  • +
  • + Code P1 +
  • +
  • + Conversion factor 1 × 10⁻² +
  • +
+
+
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/2001/XMLSchema#float
@@ -1833,6 +2292,10 @@
+
Example
+
Infinity
+
Optional
@@ -1848,30 +2311,31 @@
Payload key
-
ManufacturerOrderCode
+
MaximumPermittedBatteryPower
-
-
Reference
-
-
    -
  • urn:irdi:0173-1%2302-AAO227%23002
  • -
-
-
-
product images
+
powerFade
-Image files for associated product provided in common format (.png, .jpg). +�Power fade (in %) means the decrease over time and upon usage in the amount of power that a battery can deliver at the rated voltage.� (see BattReg Annex IV (4)). + +Power fade should be calculated using original and remaining power capability following the formula below: +Pfade(x) = (1-P(x)) / PBOL" �100" %" +where +x is the aging parameter (e.g. storage time, number of cycles, etc.); +P(x) is the power capability at aging parameter x; +PBOL is the power capability at begin of life. + +DIN DKE Spec 99100 chapter reference: 6.7.3.4
Name
-
productImages
+
powerFade
@@ -1881,18 +2345,36 @@
-
Set
+
Measurement
+
+
+
-
Has no order
+
Unit
-
Duplicates not allowed
+
+
    +
  • + percent +
  • +
  • + Symbol % +
  • +
  • + Code P1 +
  • +
  • + Conversion factor 1 × 10⁻² +
  • +
+
@@ -1904,7 +2386,7 @@
Optional
- Yes
+ No
@@ -1915,41 +2397,22 @@
Payload key
-
ProductImages
+
PowerFade
-
-
Reference
-
-
    -
  • https://admin-shell.io/ZVEI/TechnicalData/ProductImages/1/1
  • -
-
-
- -
- -
-
-

PowerCapabilityAtEntity

-
-
- -
-
-

Properties

-
atSoC
+
PowerCapabilityRatio
+Provides information on nominal/recommended charge rate (C-rate); equal to regulation definition.
Name
-
atSoC
+
powerCapabilityRatio
@@ -1962,7 +2425,7 @@
Measurement
-
+
Ratio between nominal allowed battery power (W) and battery energy (Wh).
Unit
@@ -2011,7 +2474,7 @@
Payload key
-
atSoC
+
RatioNorminalBatteryPowerAndBatteryEnergy
@@ -2019,13 +2482,19 @@
-
powerCapabilityAt
+
originalPowerCapability
+Pre-use power capability: Definition of power capability as given in Battery Regulation. +Annex IV Part B, point 4 --> measurement at 80 % and 20 % SoC required. This requirement may not be implementable for remaining power capability and power fade(see below). It, thus, should be reviewed together with SoC definition. + +DIN DKE Spec 99100 chapter reference: 6.7.3.2 + +
Name
-
powerCapabilityAt
+
originalPowerCapability
@@ -2035,36 +2504,18 @@
-
Measurement
-
-
-
+
List
-
Unit
+
Has a certain order
-
-
    -
  • - percent -
  • -
  • - Symbol % -
  • -
  • - Code P1 -
  • -
  • - Conversion factor 1 × 10⁻² -
  • -
-
+
Duplicates allowed
@@ -2087,7 +2538,7 @@
Payload key
-
powerCapabilityAt
+
OriginalPowerCapability
@@ -2546,7 +2997,7 @@
Optional
- No
+ Yes
@@ -2567,184 +3018,20 @@
-
-

TechnicalPropertiesEntity

-
-
- -
- -
-

Properties

-
-
- -
-
BatteryCategory
-
- -Categories relevant for the battery passport: LMT battery, ?electric vehicle battery, stationary or other industrial battery >2kWh. - -DIN DKE Spec chapter reference: 6.1.3.5 - -
-
Name
-
batteryCategory
-
- - - -
-
Characteristic
-
-
-
-
Enumeration
-
-
-
Values
-
-
-
-
    -
  • lmt
  • -
  • ev
  • -
  • industrial
  • -
  • stationary
  • -
-
-
- -
-
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
BatteryCategory
-
- - -
-
- -
-
batteryMass
-
- -Mass of the entire battery in kilograms. Voluntary: if the battery is defined on pack or module level: also weight of the modules and/or cells. - -DIN DKE Spec chapter reference: 6.1.3.6 - -
-
Name
-
batteryMass
-
- - - -
-
Characteristic
-
-
-
-
Measurement
-
-
-
Weight of the battery -EUBR: Annex XIII (1a) ? Annex VI Part A (5)
-
-
-
Unit
-
-
-
-
    -
  • - kilogram -
  • -
  • - Symbol kg -
  • -
  • - Code KGM -
  • -
  • - Conversion factor kg -
  • -
-
-
- -
-
-
- -
-
Example
-
699.0
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
Weight
-
- +
-
length
+
internalResistanceIncreaseOfBatteryCell
-For objects with orientation in preferred position during use the dimension perpendicular to diameter/height/width/depth +Internal resistance increase of battery cell.
Name
-
length
+
internalResistanceIncreaseOfBatteryCell
@@ -2754,10 +3041,10 @@
-
Quantifiable
+
Measurement
-
Duration
+
Unit
@@ -2766,16 +3053,16 @@
  • - centimetre + percent
  • - Symbol cm + Symbol %
  • - Code CMT + Code P1
  • - Conversion factor 10⁻² m + Conversion factor 1 × 10⁻²
@@ -2783,7 +3070,7 @@
Type http://www.w3.org/2001/XMLSchema#double + class="break-all underline">http://www.w3.org/2001/XMLSchema#integer
@@ -2793,13 +3080,13 @@
Example
-
2000.0
+
10
Optional
- No
+ Yes
@@ -2810,14 +3097,14 @@
Payload key
-
Length
+
InitialInternalResistanceOfCellLevel
Reference
    -
  • urn:irdi:0173-1#02-BAA018#007
  • +
  • urn:irdi:0173-1#02-ABL831#001
@@ -2826,14 +3113,14 @@
-
height
+
internalResistanceIncreaseOfBatteryPack
-For objects with orientation in preferred position during use the dimension perpendicular to height/length/depth. +Internal resistance increase of battery pack.
Name
-
height
+
internalResistanceIncreaseOfBatteryPack
@@ -2843,10 +3130,10 @@
-
Quantifiable
+
Measurement
-
Duration
+
Unit
@@ -2855,16 +3142,16 @@
  • - centimetre + percent
  • - Symbol cm + Symbol %
  • - Code CMT + Code P1
  • - Conversion factor 10⁻² m + Conversion factor 1 × 10⁻²
@@ -2872,7 +3159,7 @@
Type http://www.w3.org/2001/XMLSchema#double + class="break-all underline">http://www.w3.org/2001/XMLSchema#integer
@@ -2882,7 +3169,7 @@
Example
-
1.0
+
10
@@ -2899,14 +3186,14 @@
Payload key
-
Height
+
InitialInternalResistanceOfPackLevel
Reference
    -
  • urn:irdi:0173-1#02-BAA020#009
  • +
  • urn:irdi:0173-1#02-ABL831#001
@@ -2915,14 +3202,14 @@
-
width
+
internalResistanceIncreaseOfBatteryModule
-For objects with orientation in preferred position during use the dimension perpendicular to height/length/depth. +Internal resistance increase of battery module.
Name
-
width
+
internalResistanceIncreaseOfBatteryModule
@@ -2932,10 +3219,10 @@
-
Quantifiable
+
Measurement
-
Duration
+
Unit
@@ -2944,16 +3231,16 @@
  • - centimetre + percent
  • - Symbol cm + Symbol %
  • - Code CMT + Code P1
  • - Conversion factor 10⁻² m + Conversion factor 1 × 10⁻²
@@ -2961,7 +3248,7 @@
Type http://www.w3.org/2001/XMLSchema#double + class="break-all underline">http://www.w3.org/2001/XMLSchema#integer
@@ -2971,13 +3258,13 @@
Example
-
1000.0
+
10
Optional
- No
+ Yes
@@ -2988,30 +3275,42 @@
Payload key
-
Width
+
InitialInternalResistanceOfModuleLevel
Reference
    -
  • urn:irdi:0173-1#02-BAF016#006
  • +
  • urn:irdi:0173-1#02-ABL831#001
+ + +
+
+

RoundTripEnergyEfficiencyEntity

+
+
+ +
+ +
+

Properties

-
temperature range idle state (lower boundary)
+
initial round trip energy efficiency
-Lower boundary of the surrounding temperature range, which the battery can safely withstand. +Initial round trip energy efficiency means the ratio of the net energy delivered by a battery during a discharge test to the total energy required to restore the initial State of Charge by a standard charge.
Name
-
temperatureRangeIdleStateLowerBoundary
+
initialRoundTripEnergyEfficiency
@@ -3033,16 +3332,16 @@
  • - degree Celsius + percent
  • - Symbol °C + Symbol %
  • - Code CEL + Code P1
  • - Conversion factor 1 × K + Conversion factor 1 × 10⁻²
@@ -3050,7 +3349,7 @@
Type http://www.w3.org/2001/XMLSchema#double + class="break-all underline">http://www.w3.org/2001/XMLSchema#integer
@@ -3060,7 +3359,7 @@
Example
-
49.0
+
100
@@ -3077,14 +3376,14 @@
Payload key
-
TemperatureRangeIdleState_LowerBoundary
+
InitialRoundTripEnergyEfficiency
Reference
    -
  • urn:irdi:0173-1#02-ABL842#001
  • +
  • urn:irdi:0173-1#02-ABL833#001
@@ -3093,14 +3392,19 @@
-
temperature range idle state (upper boundary)
+
roundTripEfficiencyat50PerCentCycleLife
-Upper boundary of the surrounding temperature range, which the battery can safely withstand. +Initial round trip energy efficiency shall be measured at reference conditions that include the specification of �50 % of cycle-life�. + +Test methods and reference conditions should separately consider non-cycle applications and batteries with very long cycle-life. + +DIN DKE Spec 99100 chapter reference: 6.7.4.3 +
Name
-
temperatureRangeIdleStateUpperBoundary
+
roundTripEfficiencyat50PerCentCycleLife
@@ -3122,16 +3426,16 @@
  • - degree Celsius + percent
  • - Symbol °C + Symbol %
  • - Code CEL + Code P1
  • - Conversion factor 1 × K + Conversion factor 1 × 10⁻²
@@ -3139,7 +3443,7 @@
Type http://www.w3.org/2001/XMLSchema#double + class="break-all underline">http://www.w3.org/2001/XMLSchema#float
@@ -3147,10 +3451,6 @@
-
Example
-
-19.0
-
Optional
@@ -3166,29 +3466,24 @@
Payload key
-
TemperatureRangeIdleState_UpperBoundary
+
RoundTripEnergyEfficiencyAtFiftyofCycleLife
-
-
Reference
-
-
    -
  • urn:irdi:0173-1#02-ABL871#001
  • -
-
-
-
voltage
+
capacityFade
+The capacity fade is the �Decrease over time and upon usage in the amount of charge that a battery can deliver at the rated voltage, with respect to the original rated capacity� (see BattReg Annex IV (2)) as declared by the manufacturer. + +DIN DKE Spec 99100 chapter reference: 6.7.2.4
Name
-
voltage
+
capacityFade
@@ -3202,8 +3497,8 @@
@@ -3215,7 +3510,7 @@
Optional
- No
+ Yes
@@ -3226,29 +3521,22 @@
Payload key
-
Voltage
+
EnergyRoundTripEfficiencyFade
-
-
Reference
-
-
    -
  • https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1
  • -
-
-
-
efficiency
+
initial self discharging rate
+Initial self-discharge in % of capacity per unit of time in defined conditions (temperature range etc) as pre-use metric.
Name
-
efficiency
+
initialSelfDischargingRate
@@ -3258,12 +3546,36 @@
-
SingleEntity
+
Measurement
+
+
+
+
+
+
Unit
+
+
+
+
    +
  • + percent +
  • +
  • + Symbol % +
  • +
  • + Code P1 +
  • +
  • + Conversion factor 1 × 10⁻² +
  • +
+
@@ -3271,11 +3583,15 @@
+
Example
+
2
+
Optional
- No
+ Yes
@@ -3286,29 +3602,42 @@
Payload key
-
Efficiency
+
InitialSelfDischargingRate
Reference
    -
  • https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1
  • +
  • urn:irdi:0173-1#02-ABL834#001
+ + +
+
+

TechnicalPropertiesEntity

+
+
+ +
+ +
+

Properties

-
resistance
+
capacity, energy and voltage
+Information on battery capacity, energy and voltage.
Name
-
resistance
+
capacityEnergyVoltage
@@ -3322,8 +3651,8 @@
@@ -3346,7 +3675,7 @@
Payload key
-
Resistance
+
CapacityEnergyVoltage
@@ -3362,14 +3691,13 @@
-
capacity
+
roundTripEnergyEfficiency
-Information on the capacity of the battery.
Name
-
capacity
+
roundTripEnergyEfficiency
@@ -3383,8 +3711,8 @@
@@ -3407,7 +3735,7 @@
Payload key
-
Capacity
+
RoundTripEnergyEfficiency
@@ -3419,32 +3747,17 @@
-
-

VoltageEntity

-
-
- -
- -
-

Properties

-
voltage - NOM
+
resistance
-Nominal voltage the battery is rated for. - -DIN DKE Spec 99100 chapter reference: 6.7.2.11
Name
-
nominalVoltage
+
resistance
@@ -3454,36 +3767,12 @@
-
Measurement
-
-
-
s
-
-
-
Unit
-
-
-
-
    -
  • - volt -
  • -
  • - Symbol V -
  • -
  • - Code VLT -
  • -
  • - Conversion factor V -
  • -
-
+
SingleEntity
@@ -3491,10 +3780,6 @@
-
Example
-
4.3
-
Optional
@@ -3510,14 +3795,14 @@
Payload key
-
NominalVoltage
+
Resistance
Reference
    -
  • urn:irdi:0173-1#02-ABL588#001
  • +
  • https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1
@@ -3526,55 +3811,28 @@
-
voltage - MAX
+
powerCapability
-Maximum voltage the battery is rated for. - -DIN DKE Spec 99100 chapter reference: 6.7.2.10
-
Name
-
maximumVoltage
-
- - - -
-
Characteristic
-
-
-
-
Measurement
-
-
-
s
-
-
-
Unit
-
-
-
-
    -
  • - volt -
  • -
  • - Symbol V -
  • -
  • - Code VLT -
  • -
  • - Conversion factor V -
  • -
-
+
Name
+
powerCapability
+
+ + + +
+
Characteristic
+
+
Optional
@@ -3601,14 +3855,14 @@
Payload key
-
MaxVoltage
+
PowerCapability
Reference
    -
  • urn:irdi:0173-1#02-ABL589#001
  • +
  • https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1
@@ -3617,16 +3871,13 @@
-
voltage - MIN
+
temperature
-Minimum voltage the battery is rated for. - -DIN DKE Spec 99100 chapter reference: 6.7.2.9
Name
-
minimumVoltage
+
temperature
@@ -3636,36 +3887,12 @@
-
Measurement
-
-
-
s
-
-
-
Unit
-
-
-
-
    -
  • - volt -
  • -
  • - Symbol V -
  • -
  • - Code VLT -
  • -
  • - Conversion factor V -
  • -
-
+
SingleEntity
@@ -3673,10 +3900,6 @@
-
Example
-
2.04
-
Optional
@@ -3692,52 +3915,29 @@
Payload key
-
MinVoltage
+
Temperature
Reference
    -
  • urn:irdi:0173-1#02-ABL587#001
  • +
  • https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1
-
-
-
-
-

file with content type

-
-
- A file is a data element that represents an address to a file (a locator). The value is a URI that can represent an absolute or relative path. -
-
- Reference -
-
    -
  • https://admin-shell.io/aas/3/1/File
  • -
-
-
- -
-

Properties

-
resourceValue
+
lifetime
-Path and name of the file (with file extension). - -The path can be absolute or relative.
Name
-
resourceValue
+
lifetime
@@ -3746,10 +3946,13 @@
Characteristic
+
+
SingleEntity
+
@@ -3757,10 +3960,6 @@
-
Example
-
https://example.com/SafetyInstructions.pdf
-
Optional
@@ -3776,22 +3975,42 @@
Payload key
-
value
+
Lifetime
+
+
Reference
+
+
    +
  • https://admin-shell.io/ZVEI/TechnicalData/FurtherInformation/1/1
  • +
+
+
+ +
+
+
+
+

TemperatureEntity

+
+
+ +
+
+

Properties

-
contentType
+
temperature range idle state (lower boundary)
-Content type of the content of the file. +Lower boundary of the surrounding temperature range, which the battery can safely withstand.
Name
-
contentType
+
temperatureRangeIdleStateLowerBoundary
@@ -3800,10 +4019,37 @@
Characteristic
+
+
Measurement
+
+
+
+
+
+
Unit
+
+
+
+
    +
  • + degree Celsius +
  • +
  • + Symbol °C +
  • +
  • + Code CEL +
  • +
  • + Conversion factor 1 × K +
  • +
+
+
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/2001/XMLSchema#double
@@ -3813,7 +4059,7 @@
Example
-
application/pdf
+
49.0
@@ -3830,46 +4076,30 @@
Payload key
-
contentType
+
TemperatureRangeIdleState_LowerBoundary
- -
-
-
-
-

product classification entity

-
- Single product classification item by association with product class in a particular classification system or property dictionary. -
-
- Reference -
-
    -
  • https://api.eclass-cdp.com/0173-1-02-ABI502-003/0173-1-01-AHF581-003
  • -
-
    -
  • urn:irdi:0173-1#02-ABI502#003/0173-1#01-AHF581#003
  • -
-
+
Reference
+
+
    +
  • urn:irdi:0173-1#02-ABL842#001
  • +
+
-
-

Properties

-
product classification system
+
temperature range idle state (upper boundary)
-Common name of the classification system. -Note: Examples for common names for classification systems are "ECLASS" or "IEC CDD". +Upper boundary of the surrounding temperature range, which the battery can safely withstand.
Name
-
productClassificationSystem
+
temperatureRangeIdleStateUpperBoundary
@@ -3878,10 +4108,37 @@
Characteristic
+
+
Measurement
+
+
+
+
+
+
Unit
+
+
+
+
    +
  • + degree Celsius +
  • +
  • + Symbol °C +
  • +
  • + Code CEL +
  • +
  • + Conversion factor 1 × K +
  • +
+
+
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/2001/XMLSchema#double
@@ -3891,7 +4148,7 @@
Example
-
ECLASS
+
-19.0
@@ -3908,31 +4165,52 @@
Payload key
-
ProductClassificationSystem
+
TemperatureRangeIdleState_UpperBoundary
Reference
    -
  • https://admin-shell.io/ZVEI/TechnicalData/ProductClassificationSystem/1/1
  • +
  • urn:irdi:0173-1#02-ABL871#001
+
+
+
+
+

file with content type

+
+
+ A file is a data element that represents an address to a file (a locator). The value is a URI that can represent an absolute or relative path. +
+
+ Reference +
+
    +
  • https://admin-shell.io/aas/3/1/File
  • +
+
+
+ +
+

Properties

-
classification system version
+
resourceValue
-Common version identifier of the used classification system, in order to distinguish different version of the property dictionary. -Note: Casing is to be ignored. +Path and name of the file (with file extension). + +The path can be absolute or relative.
Name
-
classificationSystemVersion
+
resourceValue
@@ -3944,7 +4222,7 @@
Type http://www.w3.org/2001/XMLSchema#string + class="break-all underline">http://www.w3.org/2001/XMLSchema#anyURI
@@ -3954,13 +4232,13 @@
Example
-
9.0 (BASIC)
+
https://example.com/SafetyInstructions.pdf
Optional
- Yes
+ No
@@ -3971,31 +4249,22 @@
Payload key
-
ClassificationSystemVersion
+
value
-
-
Reference
-
-
    -
  • https://admin-shell.io/ZVEI/TechnicalData/ClassificationSystemVersion/1/1
  • -
-
-
-
product class ID
+
contentType
-Class of the associated product or industrial equipment in the classification system. According to the notation of the system. -Note: Ideally, the Property/valueId is used to reference the IRI/ IRDI of the product class. +Content type of the content of the file.
Name
-
productClassId
+
contentType
@@ -4017,7 +4286,7 @@
Example
-
27-01-88-77
+
application/pdf
@@ -4034,17 +4303,9 @@
Payload key
-
ProductClassId
+
contentType
-
-
Reference
-
-
    -
  • https://admin-shell.io/ZVEI/TechnicalData/ProductClassId/1/1
  • -
-
-
diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.json b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.json index d939ee7..013d472 100644 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.json +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/gen/TechnicalDataBattery.json @@ -1,22 +1,71 @@ { - "furtherInformation" : { }, - "technicalProperties" : { }, - "productClassifications" : [ { - "ProductClassificationSystem" : "ECLASS", - "ClassificationSystemVersion" : "9.0 (BASIC)", - "ProductClassId" : "27-01-88-77" - } ], - "generalInformation" : { - "ManufacturerOrderCode" : "JxkyvRnL", + "TechnicalProperties" : { + "Resistance" : { + "InitialInternalResistanceOnBatteryModuleLevel" : 10.0, + "InitialInternalResistanceOfCellLevel" : 10, + "InitialInternalResistanceOnBatteryPackLevel" : 23.0, + "InitialInternalResistanceOfPackLevel" : 10, + "InitialInternalResistanceOfModuleLevel" : 10, + "InitialInternalResistanceOnBatteryCellLevel" : 67.0 + }, + "PowerCapability" : { + "RatioNorminalBatteryPowerAndBatteryEnergy" : 1.6034981E38, + "PowerFade" : -5.1794926E37, + "MaximumPermittedBatteryPower" : "Infinity", + "OriginalPowerCapability" : [ { + "atSoC" : 5.4551173E37, + "powerCapabilityAt" : -2.5278957E38 + } ] + }, + "CapacityEnergyVoltage" : { + "CertifiedUsableBatteryEnergy" : 5.638039E37, + "CapacityFade" : { + "capacityFadeValue" : 6.6495834E37, + "lastUpdate" : "2025-08-13T13:49:55.020+02:00" + }, + "NominalVoltage" : 4.3, + "RatedCapacity" : -7.862965E37, + "MaxVoltage" : 6.0, + "MinVoltage" : 2.04 + }, + "Temperature" : { + "TemperatureRangeIdleState_UpperBoundary" : -19.0, + "TemperatureRangeIdleState_LowerBoundary" : 49.0 + }, + "Lifetime" : { + "CapacityThresholdExhaustion" : -1.7976931348623157E308, + "CrateOfRelevantCycleLifeTest" : 3.3639113E38, + "NumberOfChargeDischargeCycles" : { + "numberOfFullCyclesValue" : -179769313486231570000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, + "lastUpdate" : "2025-08-13T13:49:55.020+02:00" + }, + "ExpectedLifetimeInCalendarYears " : -21501 + }, + "RoundTripEnergyEfficiency" : { + "InitialRoundTripEnergyEfficiency" : 100, + "RoundTripEnergyEfficiencyAtFiftyofCycleLife" : 1.1848581E38, + "EnergyRoundTripEfficiencyFade" : { + "capacityFadeValue" : 2.882326E38, + "lastUpdate" : "2025-08-13T13:49:55.020+02:00" + }, + "InitialSelfDischargingRate" : 2 + } + }, + "GeneralInformation" : { + "BatteryMass" : 699.0, "ManufacturerLogo" : "telnet://192.0.2.16:80/", - "ManufacturerArticleNumber" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", "ManufacturerName" : "eOMtThyhVNLWUZNRcBaQKxI", "ProductImages" : [ { "value" : "https://example.com/SafetyInstructions.pdf", "contentType" : "application/pdf" } ], + "BatteryCategory" : "lmt", "ManufacturerProductDesignation" : [ { "en" : "Example multi language string" - } ] + } ], + "ManufacturerOrderCode" : "JxkyvRnL", + "ManufacturerArticleNumber" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "WarrantyPeriod" : "--08", + "ManufacturerIdentifier" : "RYtGKbgicZaHCBRQDSx" } } \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/generalInformation_shared.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/generalInformation_shared.ttl new file mode 100644 index 0000000..698c56b --- /dev/null +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/generalInformation_shared.ttl @@ -0,0 +1,53 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix tech: . +@prefix bpg: . +@prefix shared: . + +:generalInformation a samm:Property ; + samm:preferredName "general information"@en ; + samm:description "General information, for example ordering and manufacturer information."@en ; + samm:see ; + samm:characteristic :GeneralInformationCharacteristic . + +:GeneralInformationCharacteristic a samm-c:SingleEntity ; + samm:dataType :GeneralInformationEntity . + +:GeneralInformationEntity a samm:Entity ; + samm:see ; + samm:properties ( + [ samm:property tech:manufacturerName; samm:payloadName "ManufacturerName" ] + [ samm:property tech:manufacturerLogo; samm:optional true; samm:payloadName "ManufacturerLogo" ] + [ samm:property tech:manufacturerProductDesignation; samm:payloadName "ManufacturerProductDesignation" ] + [ samm:property tech:manufacturerArticleNumber; samm:payloadName "ManufacturerArticleNumber" ] + [ samm:property tech:manufacturerOrderCode; samm:payloadName "ManufacturerOrderCode" ] + [ samm:property tech:productImages; samm:optional true; samm:payloadName "ProductImages" ] + [ samm:property :manufacturerIdentifier; samm:payloadName "ManufacturerIdentifier" ] + [ samm:property bpg:warrentyPeriod; samm:payloadName "WarrantyPeriod" ] + [ samm:property bpg:batteryCategory; samm:payloadName "BatteryCategory" ] + [ samm:property bpg:batteryMass; samm:payloadName "BatteryMass" ] + ) . + + + +:manufacturerIdentifier a samm:Property ; + samm:preferredName "identifier of the manfuacturer"@de ; + samm:preferredName "article number of the product"@en ; + samm:description "A battery passport must include information identifying the manufacturer."@en ; + samm:characteristic samm-c:Text . diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_capacity_shared.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_capacity_shared.ttl deleted file mode 100644 index 4312e14..0000000 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_capacity_shared.ttl +++ /dev/null @@ -1,65 +0,0 @@ -###################################################################### -# namespace: io.admin-shell.idta.batterypass -# Copyright (c) 2025 Bosch Connected Industry -# Copyright (c) 2025 Industrial Digital Twin Association -# This work is made available under the terms of the -# Creative Commons Attribution 4.0 International (CC BY 4.0) license, -# which is available at -# https://creativecommons.org/licenses/by/4.0/. -# SPDX-License-Identifier: CC-BY-4.0 -# -# namespace: io.BatteryPass -# Copyright (c) 2025 Circulor GmbH on behalf of the Battery Pass Consortium -# -# The referenced work is made available under the terms of the -# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, -# which is available at -# https://creativecommons.org/licenses/by-nc/4.0/. -# -# SPDX-License-Identifier: CC-BY-NC-4.0 -####################################################################### - -###################################################################### -# Copyright (c) 2025 Bosch Connected Industry -# Copyright (c) 2025 Industrial Digital Twin Association -# This work is made available under the terms of the -# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, -# which is available at -# https://creativecommons.org/licenses/by-nc/4.0/. -# SPDX-License-Identifier: CC-BY-4.0 -####################################################################### -####################################################################### - -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix : . -@prefix tech: . -@prefix shared: . -@prefix nameplate: . -@prefix bp: . -@prefix bpg: . - - -:capacity a samm:Property ; - samm:preferredName "capacity"@en ; - samm:description "Information on the capacity of the battery."@en ; - samm:see ; - samm:characteristic :BatteryCapacityCharacteristic . - -:BatteryCapacityCharacteristic a samm-c:SingleEntity ; - samm:dataType :BatteryCapacityEntity . - -:BatteryCapacityEntity a samm:Entity ; - samm:properties ( - [ samm:property bp:ratedEnergy; samm:payloadName "CertifiedUsableBatteryEnergy" ] - [ samm:property bp:ratedCapacity; samm:payloadName "RatedCapacity" ] - [ samm:property bp:capacityThresholdForExhaustion; samm:payloadName "CapacityThresholdForExhaustion" ] - [ samm:property bp:capacityFade; samm:payloadName "CapacityFade" ] - ) - - diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_resistance_shared.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_resistance_shared.ttl deleted file mode 100644 index 6e586a8..0000000 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_resistance_shared.ttl +++ /dev/null @@ -1,80 +0,0 @@ -###################################################################### -# namespace: io.admin-shell.idta.batterypass -# Copyright (c) 2025 Bosch Connected Industry -# Copyright (c) 2025 Industrial Digital Twin Association -# This work is made available under the terms of the -# Creative Commons Attribution 4.0 International (CC BY 4.0) license, -# which is available at -# https://creativecommons.org/licenses/by/4.0/. -# SPDX-License-Identifier: CC-BY-4.0 -# -# namespace: io.BatteryPass -# Copyright (c) 2025 Circulor GmbH on behalf of the Battery Pass Consortium -# -# The referenced work is made available under the terms of the -# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, -# which is available at -# https://creativecommons.org/licenses/by-nc/4.0/. -# -# SPDX-License-Identifier: CC-BY-NC-4.0 -####################################################################### - -###################################################################### -# Copyright (c) 2025 Bosch Connected Industry -# Copyright (c) 2025 Industrial Digital Twin Association -# This work is made available under the terms of the -# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, -# which is available at -# https://creativecommons.org/licenses/by-nc/4.0/. -# SPDX-License-Identifier: CC-BY-4.0 -####################################################################### - -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix : . -@prefix tech: . -@prefix shared: . -@prefix nameplate: . -@prefix bp: . -@prefix bpg: . - -:resistance a samm:Property ; - samm:see ; - samm:characteristic :ResistanceCharacteristic . - -:ResistanceCharacteristic a samm-c:SingleEntity ; - samm:dataType :ResistanceEntity . - - -:ResistanceEntity a samm:Entity ; - samm:properties ( - [ samm:property :initialInternalResistanceOnBatteryCellLevel; samm:payloadName "InitialInternalResistanceOnBatteryCellLevel" ] - [ samm:property :initialInternalResistanceOnBatteryPackLevel; samm:payloadName "InitialInternalResistanceOnBatteryPackLevel" ] - [ samm:property :initialInternalResistanceOnBatteryModuleLevel; samm:payloadName "InitialInternalResistanceOnBatteryModuleLevel" ] - ) . - -:initialInternalResistanceOnBatteryCellLevel a samm:Property ; - samm:description "Internal battery cell and pack resistance / Internal resistance (in Ohm)."@en ; - samm:characteristic :InternalResistance ; - samm:exampleValue "67"^^xsd:double . - -:initialInternalResistanceOnBatteryPackLevel a samm:Property ; - samm:description "Initial (Pre-Use) internal resistance on battery pack level."@en ; - samm:characteristic :InternalResistance ; - samm:exampleValue "23"^^xsd:double . - -:initialInternalResistanceOnBatteryModuleLevel a samm:Property ; - samm:see ; - samm:description "Initial internal resistance means the absolute beginning value of the quotient of the voltage drop between the terminals by the electric current increase in the battery circuit during a current pulse."@en ; - samm:characteristic :InternalResistance ; - samm:exampleValue "10"^^xsd:double . - -:InternalResistance a samm-c:Measurement ; - samm:dataType xsd:double ; - samm-c:unit unit:ohm . - diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_efficiency_shared.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_scalar_shared.ttl similarity index 56% rename from io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_efficiency_shared.ttl rename to io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_scalar_shared.ttl index 1b00d7a..8d47c13 100644 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_efficiency_shared.ttl +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_scalar_shared.ttl @@ -43,27 +43,25 @@ @prefix bp: . @prefix bpg: . -:efficiency a samm:Property ; - samm:see ; - samm:characteristic :EfficiencyCharacteristic . - -:EfficiencyCharacteristic a samm-c:SingleEntity ; - samm:dataType :EfficiencyEntity . - -:EfficiencyEntity a samm:Entity ; - samm:properties ( - [ samm:property bp:originalPowerCapability; samm:payloadName "OriginalPowerCapability" ] - [ samm:property :originalPowerCapabilityLimits; samm:payloadName "OriginalPowerCapabilityLimits" ] - [ samm:property :maximumAllowedBatteryEnergy; samm:payloadName "MaximumAllowedBatteryEnergy" ] - [ samm:property :maximumPermittedBatteryPower; samm:payloadName "MaximumPermittedBatteryPower" ] - [ samm:property bp:powerCapabilityRatio; samm:payloadName "RatioMABEvsMABP" ] - [ samm:property :powerCapabilityAt20Charge; samm:payloadName "PowerCapabilityAtTwentyCharge" ] - [ samm:property :powerCapabilityAt80Charge; samm:payloadName "PowerCapabilityAtEightyCharge" ] - [ samm:property bp:powerFade; samm:payloadName "PowerFade" ] - [ samm:property bp:roundTripEfficiencyat50PerCentCycleLife; samm:payloadName "RoundTripEnergyEfficiencyAtFiftyofCycleLife" ] - [ samm:property :initialRoundTripEnergyEfficiency; samm:payloadName "InitialRoundTripEnergyEfficiency" ] - [ samm:property :initialSelfDischargingRate; samm:payloadName "InitialSelfDischargingRate" ] - ) . + + + +:temperatureRangeIdleStateUpperBoundary a samm:Property ; + samm:see ; + samm:preferredName "temperature range idle state (upper boundary)"@en ; + samm:description "Upper boundary of the surrounding temperature range, which the battery can safely withstand."@en ; + samm:characteristic bp:TemperatureRangeIdleState ; + samm:exampleValue "-19"^^xsd:double . + +:temperatureRangeIdleStateLowerBoundary a samm:Property ; + samm:see ; + samm:preferredName "temperature range idle state (lower boundary)"@en ; + samm:description "Lower boundary of the surrounding temperature range, which the battery can safely withstand."@en ; + samm:characteristic bp:TemperatureRangeIdleState ; + samm:exampleValue "49"^^xsd:double . + + + :originalPowerCapabilityLimits a samm:Property ; @@ -120,4 +118,76 @@ :EnergyEfficiency a samm-c:Measurement ; samm:dataType xsd:integer ; - samm-c:unit unit:percent . \ No newline at end of file + samm-c:unit unit:percent . + + + +:initialInternalResistanceOnBatteryCellLevel a samm:Property ; + samm:description "Internal battery cell and pack resistance / Internal resistance (in Ohm)."@en ; + samm:characteristic :InternalResistance ; + samm:exampleValue "67"^^xsd:double . + +:initialInternalResistanceOnBatteryPackLevel a samm:Property ; + samm:description "Initial (Pre-Use) internal resistance on battery pack level."@en ; + samm:characteristic :InternalResistance ; + samm:exampleValue "23"^^xsd:double . + +:initialInternalResistanceOnBatteryModuleLevel a samm:Property ; + samm:see ; + samm:description "Initial internal resistance means the absolute beginning value of the quotient of the voltage drop between the terminals by the electric current increase in the battery circuit during a current pulse."@en ; + samm:characteristic :InternalResistance ; + samm:exampleValue "10"^^xsd:double . + +:InternalResistance a samm-c:Measurement ; + samm:dataType xsd:double ; + samm-c:unit unit:ohm . + +:internalResistanceIncreaseOfBatteryCell a samm:Property ; + samm:see ; + samm:description "Internal resistance increase of battery cell."@en ; + samm:characteristic :ResistanceIncrease ; + samm:exampleValue "10"^^xsd:integer . + +:internalResistanceIncreaseOfBatteryPack a samm:Property ; + samm:see ; + samm:description "Internal resistance increase of battery pack."@en ; + samm:characteristic :ResistanceIncrease ; + samm:exampleValue "10"^^xsd:integer . + +:internalResistanceIncreaseOfBatteryModule a samm:Property ; + samm:see ; + samm:description "Internal resistance increase of battery module."@en ; + samm:characteristic :ResistanceIncrease ; + samm:exampleValue "10"^^xsd:integer . + +:ResistanceIncrease a samm-c:Measurement ; + samm:dataType xsd:integer ; + samm-c:unit unit:percent . + + + +:nominalVoltage a samm:Property ; + samm:see ; + samm:preferredName "voltage - NOM"@en ; + samm:description "Nominal voltage the battery is rated for.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.11"@en ; + samm:characteristic :Voltage ; + samm:exampleValue "4.3"^^xsd:float . + +:minimumVoltage a samm:Property ; + samm:see ; + samm:preferredName "voltage - MIN"@en ; + samm:description "Minimum voltage the battery is rated for.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.9"@en ; + samm:characteristic :Voltage ; + samm:exampleValue "2.04"^^xsd:float . + +:maximumVoltage a samm:Property ; + samm:see ; + samm:preferredName "voltage - MAX"@en ; + samm:description "Maximum voltage the battery is rated for.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.10"@en ; + samm:characteristic :Voltage ; + samm:exampleValue "6"^^xsd:float . + +:Voltage a samm-c:Measurement ; + samm:description "s"@en ; + samm:dataType xsd:float ; + samm-c:unit unit:volt . \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl index b661aab..a8f002e 100644 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl +++ b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_shared.ttl @@ -40,7 +40,7 @@ @prefix tech: . @prefix shared: . @prefix nameplate: . -@prefix bp: . +@prefix bp: . @prefix bpg: . @@ -55,28 +55,113 @@ :TechnicalPropertiesEntity a samm:Entity ; samm:properties ( - [ samm:property bpg:batteryCategory; samm:payloadName "BatteryCategory" ] - [ samm:property bpg:batteryMass; samm:payloadName "Weight" ] + [ samm:property :capacityEnergyVoltage; samm:payloadName "CapacityEnergyVoltage" ] + [ samm:property :roundTripEnergyEfficiency; samm:payloadName "RoundTripEnergyEfficiency" ] + [ samm:property :resistance; samm:payloadName "Resistance" ] + [ samm:property :powerCapability; samm:payloadName "PowerCapability" ] + [ samm:property :temperature; samm:payloadName "Temperature" ] + [ samm:property :lifetime; samm:payloadName "Lifetime" ] + ) . + +:capacityEnergyVoltage a samm:Property ; + samm:preferredName "capacity, energy and voltage"@en ; + samm:description "Information on battery capacity, energy and voltage."@en ; + samm:see ; + samm:characteristic :CapacityEnergyVoltageCharacteristic . + +:CapacityEnergyVoltageCharacteristic a samm-c:SingleEntity ; + samm:dataType :CapacityEnergyVoltageEntity . + +:CapacityEnergyVoltageEntity a samm:Entity ; + samm:properties ( + [ samm:property :nominalVoltage; samm:payloadName "NominalVoltage" ] + [ samm:property :maximumVoltage; samm:payloadName "MaxVoltage" ] + [ samm:property :minimumVoltage; samm:payloadName "MinVoltage" ] + [ samm:property bp:ratedCapacity; samm:payloadName "RatedCapacity" ] + [ samm:property bp:capacityFade; samm:optional true; samm:payloadName "CapacityFade" ] + [ samm:property bp:ratedEnergy; samm:optional true; samm:payloadName "CertifiedUsableBatteryEnergy" ] + ) . + + + +:roundTripEnergyEfficiency a samm:Property ; + samm:see ; + samm:characteristic :RoundTripEnergyEfficiencyCharacteristic . + +:RoundTripEnergyEfficiencyCharacteristic a samm-c:SingleEntity ; + samm:dataType :RoundTripEnergyEfficiencyEntity . + +:RoundTripEnergyEfficiencyEntity a samm:Entity ; + samm:properties ( + [ samm:property :initialRoundTripEnergyEfficiency; samm:payloadName "InitialRoundTripEnergyEfficiency" ] + [ samm:property bp:roundTripEfficiencyat50PerCentCycleLife; samm:payloadName "RoundTripEnergyEfficiencyAtFiftyofCycleLife" ] + [ samm:property bp:capacityFade; samm:optional true; samm:payloadName "EnergyRoundTripEfficiencyFade" ] + [ samm:property :initialSelfDischargingRate; samm:optional true; samm:payloadName "InitialSelfDischargingRate" ] + ) . + + +:resistance a samm:Property ; + samm:see ; + samm:characteristic :ResistanceCharacteristic . + +:ResistanceCharacteristic a samm-c:SingleEntity ; + samm:dataType :ResistanceEntity . + + +:ResistanceEntity a samm:Entity ; + samm:properties ( + [ samm:property :initialInternalResistanceOnBatteryCellLevel; samm:payloadName "InitialInternalResistanceOnBatteryCellLevel" ] + [ samm:property :initialInternalResistanceOnBatteryPackLevel; samm:payloadName "InitialInternalResistanceOnBatteryPackLevel" ] + [ samm:property :initialInternalResistanceOnBatteryModuleLevel; samm:optional true; samm:payloadName "InitialInternalResistanceOnBatteryModuleLevel" ] + [ samm:property :internalResistanceIncreaseOfBatteryCell; samm:optional true; samm:payloadName "InitialInternalResistanceOfCellLevel" ] + [ samm:property :internalResistanceIncreaseOfBatteryPack; samm:payloadName "InitialInternalResistanceOfPackLevel" ] + [ samm:property :internalResistanceIncreaseOfBatteryModule; samm:optional true; samm:payloadName "InitialInternalResistanceOfModuleLevel" ] + ) . + + +:powerCapability a samm:Property ; + samm:see ; + samm:characteristic :PowerCapabilityCharacteristic . + +:PowerCapabilityCharacteristic a samm-c:SingleEntity ; + samm:dataType :PowerCapabilityEntity . + + +:PowerCapabilityEntity a samm:Entity ; + samm:properties ( + [ samm:property :maximumPermittedBatteryPower; samm:payloadName "MaximumPermittedBatteryPower" ] + [ samm:property bp:powerFade; samm:payloadName "PowerFade" ] + [ samm:property bp:powerCapabilityRatio; samm:payloadName "RatioNorminalBatteryPowerAndBatteryEnergy" ] + [ samm:property bp:originalPowerCapability; samm:payloadName "OriginalPowerCapability" ] + ) . + + +:temperature a samm:Property ; + samm:see ; + samm:characteristic :TemperatureCharacteristic . + +:TemperatureCharacteristic a samm-c:SingleEntity ; + samm:dataType :TemperatureEntity . + + +:TemperatureEntity a samm:Entity ; + samm:properties ( [ samm:property :temperatureRangeIdleStateLowerBoundary; samm:payloadName "TemperatureRangeIdleState_LowerBoundary" ] [ samm:property :temperatureRangeIdleStateUpperBoundary; samm:payloadName "TemperatureRangeIdleState_UpperBoundary" ] - [ samm:property :voltage; samm:payloadName "Voltage" ] - [ samm:property :efficiency; samm:payloadName "Efficiency" ] - [ samm:property :resistance; samm:payloadName "Resistance" ] - [ samm:property :capacity; samm:payloadName "Capacity" ] -) . - - -:temperatureRangeIdleStateUpperBoundary a samm:Property ; - samm:see ; - samm:preferredName "temperature range idle state (upper boundary)"@en ; - samm:description "Upper boundary of the surrounding temperature range, which the battery can safely withstand."@en ; - samm:characteristic bp:TemperatureRangeIdleState ; - samm:exampleValue "-19"^^xsd:double . - -:temperatureRangeIdleStateLowerBoundary a samm:Property ; - samm:see ; - samm:preferredName "temperature range idle state (lower boundary)"@en ; - samm:description "Lower boundary of the surrounding temperature range, which the battery can safely withstand."@en ; - samm:characteristic bp:TemperatureRangeIdleState ; - samm:exampleValue "49"^^xsd:double . + ) . + +:lifetime a samm:Property ; + samm:see ; + samm:characteristic :LifetimeCharacteristic . + +:LifetimeCharacteristic a samm-c:SingleEntity ; + samm:dataType :LifetimeEntity . + +:LifetimeEntity a samm:Entity ; + samm:properties ( + [ samm:property bp:expectedLifetime; samm:payloadName "ExpectedLifetimeInCalendarYears " ] + [ samm:property bp:numberOfFullCycles; samm:payloadName "NumberOfChargeDischargeCycles" ] + [ samm:property bp:capacityThresholdForExhaustion; samm:payloadName "CapacityThresholdExhaustion" ] + [ samm:property bp:cRateLifeCycleTest; samm:payloadName "CrateOfRelevantCycleLifeTest" ] + ) . \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_voltage_shared.ttl b/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_voltage_shared.ttl deleted file mode 100644 index 76a20c7..0000000 --- a/io.admin-shell.idta.batterypass.technical_data/1.0.0/technicalProperties_voltage_shared.ttl +++ /dev/null @@ -1,87 +0,0 @@ -###################################################################### -# namespace: io.admin-shell.idta.batterypass -# Copyright (c) 2025 Bosch Connected Industry -# Copyright (c) 2025 Industrial Digital Twin Association -# This work is made available under the terms of the -# Creative Commons Attribution 4.0 International (CC BY 4.0) license, -# which is available at -# https://creativecommons.org/licenses/by/4.0/. -# SPDX-License-Identifier: CC-BY-4.0 -# -# namespace: io.BatteryPass -# Copyright (c) 2025 Circulor GmbH on behalf of the Battery Pass Consortium -# -# The referenced work is made available under the terms of the -# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, -# which is available at -# https://creativecommons.org/licenses/by-nc/4.0/. -# -# SPDX-License-Identifier: CC-BY-NC-4.0 -####################################################################### - -###################################################################### -# Copyright (c) 2025 Bosch Connected Industry -# Copyright (c) 2025 Industrial Digital Twin Association -# This work is made available under the terms of the -# Creative Commons Attribution 4.0 International (CC BY-NC 4.0) license, -# which is available at -# https://creativecommons.org/licenses/by-nc/4.0/. -# SPDX-License-Identifier: CC-BY-4.0 -######################################################################## - -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix : . -@prefix tech: . -@prefix shared: . -@prefix nameplate: . -@prefix bp: . -@prefix bpg: . - -:voltage a samm:Property ; -# semanticId not FurtherInformation, it is section, no? -# description etc. missing in aasx - samm:see ; - samm:characteristic :VoltageCharacteristic . - -:VoltageCharacteristic a samm-c:SingleEntity ; - samm:dataType :VoltageEntity . - - -:VoltageEntity a samm:Entity ; - samm:properties ( - [ samm:property :nominalVoltage; samm:payloadName "NominalVoltage" ] - [ samm:property :maximumVoltage; samm:payloadName "MaxVoltage" ] - [ samm:property :minimumVoltage; samm:payloadName "MinVoltage" ] - ) . - -:nominalVoltage a samm:Property ; - samm:see ; - samm:preferredName "voltage - NOM"@en ; - samm:description "Nominal voltage the battery is rated for.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.11"@en ; - samm:characteristic :Voltage ; - samm:exampleValue "4.3"^^xsd:float . - -:minimumVoltage a samm:Property ; - samm:see ; - samm:preferredName "voltage - MIN"@en ; - samm:description "Minimum voltage the battery is rated for.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.9"@en ; - samm:characteristic :Voltage ; - samm:exampleValue "2.04"^^xsd:float . - -:maximumVoltage a samm:Property ; - samm:see ; - samm:preferredName "voltage - MAX"@en ; - samm:description "Maximum voltage the battery is rated for.\n\nDIN DKE Spec 99100 chapter reference: 6.7.2.10"@en ; - samm:characteristic :Voltage ; - samm:exampleValue "6"^^xsd:float . - -:Voltage a samm-c:Measurement ; - samm:description "s"@en ; - samm:dataType xsd:float ; - samm-c:unit unit:volt . \ No newline at end of file diff --git a/io.admin-shell.idta.batterypass.technical_data/README.md b/io.admin-shell.idta.batterypass.technical_data/README.md index 06c75d4..90d27cb 100644 --- a/io.admin-shell.idta.batterypass.technical_data/README.md +++ b/io.admin-shell.idta.batterypass.technical_data/README.md @@ -24,6 +24,9 @@ Source Content Hub of the IDTA: [IDTA-02035-4 V1.2]() The folder "gen" for each version contains sample JSON files generated for the aspect model(s) +Deviations from IDTA-02003-1-2 + +- productClassifications not included # Changelog All notable changes to this model will be documented in this section. @@ -50,13 +53,18 @@ Contained Files: @prefix bp: . @prefix bpg: . -# Known Deviations +# Known Deviations (IDTA-02003-1-2) In the following only deviations are documented: ### Added +to GenerationInformation: +* manufacturerIdentifier +* warrantyPeriod +* batteryCategory +* batteryMass ### Changed @@ -67,19 +75,21 @@ In the following only deviations are documented: ### Removed + + ## Deviations * IRDIs from ECLASS not added in case properties of BatteryPass were reused * Some descriptions deviate from those in the specification in case properties of BatteryPass were reused * example values not added in case properties of BatteryPass were reused * added: missing description for Capacity -* added: same description for Height as for Width. * for nominalVoltage, MaxVoltage and MinVoltage the descriptions of BatteryPass were taken * in BatteryPass PowerCapabilityat20Charge or 80Charge is float and not double * in BatteryPass originalPowerCapabilityLimits is not existing but PowerCapabilities is float, Characteristic bp:PowerCapabilityAtSoc is used * ratedEnergy from BatteryPass was used as Characteristic for MaximumAllowedBatteryEnergy, but is float, in .docs it is double * maximumPermittedBatteryPower and originalPowerCapabilityLimits uses bp:PowerCapabilityAtSoc and thus is float and not double * maximumAllowedBatteryEnergy uses bp:RatedEnergy and thus float and not double +* originalPowerCapability in aasx a Property, in BatteryPass a SML with SMC with the two properties: atSoC and powertCapabilityAt * to be checked whether the units are identical to what is defined in ECLASS