Skip to content

Battery Passport Data Model repository from the Battery Pass Project

Notifications You must be signed in to change notification settings

batterypass/BatteryPassDataModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Battery Pass Data Model

Welcome to the Battery Pass Data Model repository! This project provides a comprehensive data model based on the Battery Pass Content Guidance, aimed at standardizing and streamlining the exchange of battery-related information across the value chain.

Table of Contents

Details

Overview

The Battery Pass Data Model is designed to facilitate the digital representation of battery-related data, ensuring compliance with industry standards and regulatory requirements. This model supports the efficient exchange of data between various stakeholders in the battery lifecycle, including manufacturers, suppliers, recyclers, and regulators. The content of the data model is derived from the Battery Pass Project Data Point List

Features

  • Standardized Data Representation: Ensures uniformity in the way battery data is recorded and shared.
  • Comprehensive Coverage: Includes all critical aspects of battery data as specified in the Battery Pass Content Guidance.
  • Scalability: Suitable for use in projects of varying scales, from small businesses to large enterprises.
  • Interoperability: Facilitates seamless data exchange between different systems and platforms.

Installation

To use the Battery Pass Data Model, you can clone the repository and integrate it into your project. Ensure you have Git installed.

git clone https://github.com/batterypass/BatteryPassDataModel.git
cd BatteryPassDataModel

Usage

To incorporate the data model into your application, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/batterypass/BatteryPassDataModel.git
  2. Import the Data Model: Integrate the provided data model definitions into your database or application schema. Refer to the documentation in the /docs directory for detailed description of the battery pass data attributes.

  3. Customize as Needed: Adapt the data model to fit your specific requirements. Ensure any modifications remain compliant with the Battery Pass Content Guidance.

Data Model Structure

The data model is organized into several parameter categories, each representing a different dedicated aspect of battery data, that can be composed to a complete battery pass data model. Below is a high-level overview. You'll find a detailed list with descriptions of the individual data points in the /doc folder. Follow the links for the different data attribute categories for further information on the individual sub-models.


Class
Diagram
json logo
Sample
JSON

JSON
Schema

OpenAPI
Spec
  • Carbon Footprint:
    • Battery Carbon footprint
    • Carbon footprint of different lifecycle stages of the battery
    • Carbon footprint study and perfromance class

Class
Diagram

Sample
JSON

JSON
Schema

OpenAPI
Spec
  • Circularity:
    • End of live management
    • Safety requirements
    • Recycled and renewable content

Class
Diagram
json logo
Sample
JSON

JSON
Schema

OpenAPI
Spec

Class
Diagram
json logo
Sample
JSON

JSON
Schema

OpenAPI
Spec
  • Performance & Durability:
    • Static performance KPIs (Capacity, power capibility, etc. )
    • Dynamic performance KPI (SoH, full charge cycles, )
    • Negative events

Class
Diagram
json logo
Sample
JSON

JSON
Schema

OpenAPI
Spec

Class
Diagram
json logo
Sample
JSON

JSON
Schema

OpenAPI
Spec

Class
Diagram
json logo
Sample
JSON

JSON
Schema

OpenAPI
Spec

Detailed schema definitions and relationships between entities are provided in the /BatteryPass directory. For the compilation of the data model schema, the Eclipse Semantic Modeling Framework was used, that provides a meta model for data modelling for data exchange purpose that build upon the Resource Description Framework (RDF) and its compact textual syntax called Turtle (*.ttl). In each sub model schema folder you'll find the corresponding Turtle file and a ./gen folder that includes several derivations of the data model in differnet formats:

  • JSON-Schema (*-schema.json)
  • JSON-Payload(*-sample.json)
  • OpenAPI Specification (*_en-open-api.json)
  • Asset Administration Shell XML (*.aasx.xml)
  • Documentation (*-documentation.html)

An example of the concrete implementation of a battery passport system based on that data model could be found here: https://thebatterypass.io/

The architectural structure of the software demonstrator and the implementation concepts behind the implementation are published in the Battery Passport Technical Guidance. The rationale for the usage of RDF and the Semantic Modelling Framework can be found in chalter 4.9 of this document.

Contributing

We welcome contributions to the Battery Pass Data Model. To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a pull request.

Please ensure that your contributions adhere to the project's coding standards and guidelines.

Disclaimer

The battery pass data model is still in draft mode and not finished yet. The purpose of this publication is to initiate further technical alignment with other relevant stakeholders. The data model schemas are for demonstration purposes only. Therefore, none of the project partners can be held liable for any errors or omissions in the data model schemas provided, and no representation or warranty, express or implied, is made as to the accuracy, adequacy, completeness, legality, reliability or usefulness of the data model. The data model is subject to change without notice.

License

This work is made available under Creative Commons Attribution 4.0 International (CC-BY-4.0) license. See the LICENSE file for more details.

Contact

For questions, feedback, or support, please contact:

Thank you for using the Battery Pass Data Model! We look forward to your contributions and feedback.

This Battery Pass project receives funding from the German Federal Ministry for Economic Affairs and Climate Action by resolution of the German Bundestag under grant agreement No BZF335.

alt text

About

Battery Passport Data Model repository from the Battery Pass Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages