Skip to content

Commit

Permalink
feat: updated dbp example
Browse files Browse the repository at this point in the history
  • Loading branch information
rkxx committed Nov 4, 2024
1 parent 6efa252 commit f21fffa
Showing 1 changed file with 136 additions and 1 deletion.
137 changes: 136 additions & 1 deletion docs/contexts/dbp/credentials/dbp.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"nameOfSupplier": "Impact Clean Power Technology S.A.",
"emailAddressOfSupplier": "email:[email protected]",
"supplierWebAddress": "https://impactnewenergy.com",
"addressOfSupplier":{
"addressOfSupplier": {
"addressCountry": "PL",
"addressStreet": "Przejazdowa 22",
"postalCode": "05-800",
Expand Down Expand Up @@ -72,6 +72,141 @@
"safetyInstructions": "https://files-vera.spherity.com/solaris/Safety%20measures.pdf",
"extinguishingAgent": "Class C"
}
},
"materialComposition": {
"criticalRawMaterials": [
"Lithium",
"Antimony",
"Phosphorus",
"Bauxite/Alumina/Aluminium",
"Silicon metal",
"Bismuth",
"Cobalt",
"Magnesium",
"Titanium metal",
"Manganese",
"Copper",
"Graphite",
"Nickel"
],
"batteryChemistry": {
"shortName": "NMC/Gr",
"longName": "Lithium-Nickel-Manganese-Cobalt-Oxide (LiNiMnCoO2)/Graphite"
},
"batteryMaterial": [
{
"batteryMaterialLocation": {
"componentName": "Cathode"
},
"batteryMaterialWeight": 6.125,
"batteryMaterialName": "Aluminum (metal)",
"materialIdentifier": "7429-90-5"
},
{
"batteryMaterialLocation": {
"componentName": "Cathode"
},
"batteryMaterialWeight": 7.125,
"batteryMaterialName": "Lithium",
"materialIdentifier": "7439-93-2"
},
{
"batteryMaterialLocation": {
"componentName": "Cathode"
},
"batteryMaterialWeight": 44.875,
"batteryMaterialName": "Nickel oxide",
"materialIdentifier": "11099-02-8"
},
{
"batteryMaterialLocation": {
"componentName": "Cathode"
},
"batteryMaterialWeight": 19.375,
"batteryMaterialName": "Cobalt oxide",
"materialIdentifier": "1307-96-6"
},
{
"batteryMaterialLocation": "Cathode",
"batteryMaterialWeight": 19.375,
"batteryMaterialName": "Manganese oxide",
"materialIdentifier": "1344-43-0"
},
{
"batteryMaterialLocation": {
"componentName": "Cathode"
},
"batteryMaterialWeight": 3.125,
"batteryMaterialName": "Confidential",
"materialIdentifier": "System"
},
{
"batteryMaterialLocation": {
"componentName": "Anode"
},
"batteryMaterialWeight": 19.6,
"batteryMaterialName": "Copper",
"materialIdentifier": "7440-50-8"
},
{
"batteryMaterialLocation": {
"componentName": "Anode"
},
"batteryMaterialWeight": 77.6,
"batteryMaterialName": "Carbon",
"materialIdentifier": "7440-44-0"
},
{
"batteryMaterialLocation": {
"componentName": "Anode"
},
"batteryMaterialWeight": 2.8,
"batteryMaterialName": "Confidential",
"materialIdentifier": "System"
},
{
"batteryMaterialLocation": {
"componentName": "Electrolyte"
},
"batteryMaterialWeight": 12.5,
"batteryMaterialName": "Lithium hexafluorophosphate",
"materialIdentifier": "21324-40-3"
},
{
"batteryMaterialLocation": {
"componentName": "Electrolyte"
},
"batteryMaterialWeight": 51,
"batteryMaterialName": "Ethyl Methyl Carbonate",
"materialIdentifier": "623-53-0"
},
{
"batteryMaterialLocation": {
"componentName": "Electrolyte"
},
"batteryMaterialWeight": 28,
"batteryMaterialName": "Ethylene carbonate",
"materialIdentifier": "96-49-1"
},
{
"batteryMaterialLocation": {
"componentName": "Electrolyte"
},
"batteryMaterialWeight": 8.5,
"batteryMaterialName": "Confidential",
"materialIdentifier": "System"
}
]
},
"labelsAndCertification": {
"resultsOfTestReports": "https://files-vera.spherity.com/solaris/Test%20report.pdf",
"separateCollectionSymbol": "https://europa.eu/youreurope/business/images/icons/WEEE_symbol.png",
"euDeclarationOfConformity": "https://files-vera.spherity.com/solaris/EU%20declaration.pdf",
"meaningOfLabelsAndSymbols": "https://files-vera.spherity.com/solaris/Label%20explanation.pdf"
},
"dueDilligence": {
"dueDiligenceReport": "https://www.solarisbus.com/public/assets/content/firma/esg/2023/Raport_Zrownowazonego_Rozwoju_2023_ENG.pdf",
"sustainabilityReport": "https://www.solarisbus.com/public/assets/content/firma/esg/2023/Raport_Zrownowazonego_Rozwoju_2023_ENG.pdf"
}
}

0 comments on commit f21fffa

Please sign in to comment.