Skip to content

Commit

Permalink
feat: update dbp example
Browse files Browse the repository at this point in the history
  • Loading branch information
rkxx committed Nov 4, 2024
1 parent 685363e commit 8d92a8c
Showing 1 changed file with 137 additions and 1 deletion.
138 changes: 137 additions & 1 deletion docs/contexts/dbp/vocabulary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8d92a8c

Please sign in to comment.