Skip to content

Instantly share code, notes, and snippets.

@Swhite215
Last active April 3, 2023 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Swhite215/fdace87fcaf48bcf1fffc1211d969846 to your computer and use it in GitHub Desktop.
Save Swhite215/fdace87fcaf48bcf1fffc1211d969846 to your computer and use it in GitHub Desktop.
{
"@context": {
"@version": 1.1,
"id": "@id",
"schema": "https://schema.org/",
"type": "@type",
"name": "schema:name",
"description": "schema:description",
"identifier": "schema:identifier",
"BatteryBirthCertificate": {
"@id": "schema:BatteryBirthCertificate",
"@context": {
"batteryid": "schema:String",
"batterySoftwareVersion": "schema:String",
"energyCapacity": "schema:String",
"maxChargeRate": "schema:String",
"maxDischargeRate": "schema:String",
"yearOfManufacture": "schema:String",
"supplierID": "schema:String",
"usageOfBatteryHistory": "schema:String",
"batterySerialNumber": "schema:String",
"batteryPartlNumber": "schema:String",
"batteryPackDimension": "schema:String",
"batteryWeight": "schema:String",
"cellType": "schema:String",
"manufactureOfCell": "schema:String",
"maxCellTemperature": "schema:String",
"minCellTemperature": "schema:String",
"relatedLink": "schema:String"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment