(create initial outline) |
mNo edit summary |
||
Line 41: | Line 41: | ||
|int | |int | ||
|Number of milliseconds since the start of the test | |Number of milliseconds since the start of the test | ||
| | |{{Template:Viewer/Link|page=|url=https://w3id.org/battery-data-alliance/ontology/battery-data-format#test_time_millisecond|label=https://w3id.org/battery-data-alliance/ontology/battery-data-format#test_time_millisecond}} | ||
|- | |- | ||
|current_ampere | |current_ampere | ||
Line 47: | Line 47: | ||
|float | |float | ||
|Instantaneous current, recorded in ampere | |Instantaneous current, recorded in ampere | ||
| | |{{Template:Viewer/Link|page=|url=https://w3id.org/battery-data-alliance/ontology/battery-data-format#current_ampere|label=https://w3id.org/battery-data-alliance/ontology/battery-data-format#current_ampere}} | ||
|- | |- | ||
|voltage_volt | |voltage_volt | ||
Line 53: | Line 53: | ||
|float | |float | ||
|Instantaneous voltage, recorded in volt | |Instantaneous voltage, recorded in volt | ||
| | |{{Template:Viewer/Link|page=|url=https://w3id.org/battery-data-alliance/ontology/battery-data-format#voltage_volt|label=https://w3id.org/battery-data-alliance/ontology/battery-data-format#voltage_volt}} | ||
|- | |- | ||
|cycle_count | |cycle_count | ||
Line 59: | Line 59: | ||
|int | |int | ||
|Used to track evolution of performance metrics over the course of aging | |Used to track evolution of performance metrics over the course of aging | ||
| | |{{Template:Viewer/Link|page=|url=https://w3id.org/battery-data-alliance/ontology/battery-data-format#cycle_count|label=https://w3id.org/battery-data-alliance/ontology/battery-data-format#cycle_count}} | ||
|- | |- | ||
|date_time_millisecond | |date_time_millisecond | ||
Line 65: | Line 65: | ||
|int | |int | ||
|Encodes actual date and time when the measurement was made using Unix time in milliseconds | |Encodes actual date and time when the measurement was made using Unix time in milliseconds | ||
| | |{{Template:Viewer/Link|page=|url=https://w3id.org/battery-data-alliance/ontology/battery-data-format#date_time_millisecond|label=https://w3id.org/battery-data-alliance/ontology/battery-data-format#date_time_millisecond}} | ||
|- | |- | ||
|ambient_temperature_celsius | |ambient_temperature_celsius | ||
Line 71: | Line 71: | ||
|float | |float | ||
|Temperature of the ambient conditions during the measurement | |Temperature of the ambient conditions during the measurement | ||
| | |{{Template:Viewer/Link|page=|url=https://w3id.org/battery-data-alliance/ontology/battery-data-format#ambient_temperature_celsius|label=https://w3id.org/battery-data-alliance/ontology/battery-data-format#ambient_temperature_celsius}} | ||
|- | |- | ||
|ambient_pressure_pascal | |ambient_pressure_pascal | ||
Line 77: | Line 77: | ||
|float | |float | ||
|Pressure of the ambient conditions during the measurement | |Pressure of the ambient conditions during the measurement | ||
| | |{{Template:Viewer/Link|page=|url=https://w3id.org/battery-data-alliance/ontology/battery-data-format#ambient_pressure_pascal|label=https://w3id.org/battery-data-alliance/ontology/battery-data-format#ambient_pressure_pascal}} | ||
|- | |- | ||
|surface_temperature_celsius | |surface_temperature_celsius | ||
Line 83: | Line 83: | ||
|float | |float | ||
|Surface temperature of the cell during the measurement | |Surface temperature of the cell during the measurement | ||
| | |{{Template:Viewer/Link|page=|url=https://w3id.org/battery-data-alliance/ontology/battery-data-format#surface_temperature_celsius|label=https://w3id.org/battery-data-alliance/ontology/battery-data-format#surface_temperature_celsius}} | ||
|- | |- | ||
|surface_pressure_pascal | |surface_pressure_pascal | ||
Line 89: | Line 89: | ||
|float | |float | ||
|Surface pressure of the cell during the measurement | |Surface pressure of the cell during the measurement | ||
| | |{{Template:Viewer/Link|page=|url=https://w3id.org/battery-data-alliance/ontology/battery-data-format#surface_pressure_pascal|label=https://w3id.org/battery-data-alliance/ontology/battery-data-format#surface_pressure_pascal}} | ||
|- | |- | ||
|dcir_ohm | |dcir_ohm | ||
Line 95: | Line 95: | ||
|float | |float | ||
|Direct current internal resistance | |Direct current internal resistance | ||
| | |{{Template:Viewer/Link|page=|url=https://w3id.org/battery-data-alliance/ontology/battery-data-format#dcir_ohm|label=https://w3id.org/battery-data-alliance/ontology/battery-data-format#dcir_ohm}} | ||
|- | |- | ||
|step_count | |step_count | ||
Line 101: | Line 101: | ||
|int | |int | ||
|Step index | |Step index | ||
| | |{{Template:Viewer/Link|page=|url=https://w3id.org/battery-data-alliance/ontology/battery-data-format#step_count|label=https://w3id.org/battery-data-alliance/ontology/battery-data-format#step_count}} | ||
|} | |} | ||
Revision as of 22:51, 3 April 2025
How to submit data to the Battery Knowledge Base | |
---|---|
ID | OSWb4dd7d32577a4e85869f7f5a6d426f6d |
UUID | b4dd7d32-577a-4e85-869f-7f5a6d426f6d |
Label | How to submit data to the Battery Knowledge Base |
Machine compatible name | HowToSubmitDataToTheBatteryKnowledgeBase |
Statements (outgoing) | |
Statements (incoming) | |
|
|
Description
A description of the recommended process for submitting datasets to the battery knowledge base.
Item | |
---|---|
Type(s)/Category(s) | How To |
Creative Work | |
---|---|
authorPerson or organizational unit that created this work.<br>Definition: Creative Work |
How To | |
---|---|
rdf_type<br>Definition: How To |
|
Overview
The Battery Knowledge Base (BKB) collates metadata records of battery data sets to support FAIR data management and integration with the Semantic Web. To maintain some quality control, the BKB links with curated data sources. The preferred platform for BKB dataset submissions is the Battery Knowledge Base Community on Zenodo. This How-To guide outlines the recommended process for pre-processing data and submitting for inclusion in the BKB.
Serialize in an open file format
To maximize the accessibility and re-usability of datasets, submissions should contain only data in file formats that are open and accessible. Proprietary formats are not accepted. Accepted formats include:
Format | Description | MIME Type |
---|---|---|
PARQUET | Columnar binary format ideal for large-scale structured data | application/vnd.apache.parquet |
TXT | Unstructured or line-based plain text, often used for configs | text/plain |
JSON | Structured, hierarchical data format for metadata or results | application/json |
CSV* | Plain-text tabular data with comma-separated values | text/csv |
Adopt a standard table schema
The table schema for the dataset should adhere to an accepted standard or provide the necessary metadata to interpret the meaning of the column names. It is recommended to use the Battery Data Format table schema. For more information on how to serialize your data in the battery data format, please refer to this dedicated How-To guide.
Key | Required | Type | Description | IRI |
---|---|---|---|---|
test_time_millisecond | required | int | Number of milliseconds since the start of the test | https://w3id.org/battery-data-alliance/ontology/battery-data-format#test_time_millisecond |
current_ampere | required | float | Instantaneous current, recorded in ampere | https://w3id.org/battery-data-alliance/ontology/battery-data-format#current_ampere |
voltage_volt | required | float | Instantaneous voltage, recorded in volt | https://w3id.org/battery-data-alliance/ontology/battery-data-format#voltage_volt |
cycle_count | required | int | Used to track evolution of performance metrics over the course of aging | https://w3id.org/battery-data-alliance/ontology/battery-data-format#cycle_count |
date_time_millisecond | recommended | int | Encodes actual date and time when the measurement was made using Unix time in milliseconds | https://w3id.org/battery-data-alliance/ontology/battery-data-format#date_time_millisecond |
ambient_temperature_celsius | optional | float | Temperature of the ambient conditions during the measurement | https://w3id.org/battery-data-alliance/ontology/battery-data-format#ambient_temperature_celsius |
ambient_pressure_pascal | optional | float | Pressure of the ambient conditions during the measurement | https://w3id.org/battery-data-alliance/ontology/battery-data-format#ambient_pressure_pascal |
surface_temperature_celsius | optional | float | Surface temperature of the cell during the measurement | https://w3id.org/battery-data-alliance/ontology/battery-data-format#surface_temperature_celsius |
surface_pressure_pascal | optional | float | Surface pressure of the cell during the measurement | https://w3id.org/battery-data-alliance/ontology/battery-data-format#surface_pressure_pascal |
dcir_ohm | optional | float | Direct current internal resistance | https://w3id.org/battery-data-alliance/ontology/battery-data-format#dcir_ohm |
step_count | optional | int | Step index | https://w3id.org/battery-data-alliance/ontology/battery-data-format#step_count |
Create Metadata
Open a Zenodo Record
Write a Description
Submit to the Battery Knowledge Base Community
jsondata
type |
| |||||
---|---|---|---|---|---|---|
rdf_type |
| |||||
author |
| |||||
uuid | "b4dd7d32-577a-4e85-869f-7f5a6d426f6d" | |||||
label |
| |||||
description |
| |||||
name | "HowToSubmitDataToTheBatteryKnowledgeBase" |