-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
137 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ Click here to open the JSON-LD file: [dbp.jsonld](https://dpp-vocabulary.spherit | |
"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", | ||
|
@@ -89,8 +89,144 @@ Click here to open the JSON-LD file: [dbp.jsonld](https://dpp-vocabulary.spherit | |
"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": { | ||
"supplyChainDueDilligenceReport": "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" | ||
} | ||
} | ||
|
||
``` | ||
## 4 Information Model | ||
|
||
|