Skip to content

Commit

Permalink
fix: delete of all real data in example and delete of duplicated chap…
Browse files Browse the repository at this point in the history
…ter 6.1.1.1
  • Loading branch information
rkxx committed Nov 7, 2024
1 parent 7e32880 commit 3aad917
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 31 deletions.
42 changes: 21 additions & 21 deletions docs/contexts/dbp/credentials/dbp.jsonld
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"@context": "https://dpp-vocabulary.spherity.com/contexts/dbp/v1.jsonld",
"id": "did:web:impactnewenergy.com:dbp:640-265-c-00-640-2405-00024-826-b-01-c-2001-a-0-ea-8",
"id": "did:web:examplebatterymanufacturer.com:dbp:0-00-12345-67890-5",
"type": "DigitalBatteryPassport",
"generalInformation": {
"productIdentifier": "did:web:impactnewenergy.com:dbp:640-265-c-00-640-2405-00024-826-b-01-c-2001-a-0-ea-8",
"productIdentifier": "did:web:examplebatterymanufacturer.com:dbp:0-00-12345-67890-5",
"batteryCategory": "Ev",
"manufacturerIdentification": "did:web:impactnewenergy.com",
"manufacturerIdentification": "did:web:examplebatterymanufacturer.com",
"manufacturingDate": "2024-01-01T00:00:00Z",
"batteryStatus": "Original",
"batteryWeight": 550,
"manufacturingPlace": {
"addressCountry": "PL",
"addressStreet": "Przejazdowa 22",
"postalCode": "05-800",
"addressLocality": "Pruszków"
"addressCountry": "GE",
"addressStreet": "Musterstrasse 01",
"postalCode": "10111",
"addressLocality": "Berlin"
},
"economicOperator": "did:web:solarisbus.com"
"economicOperator": "did:web:exampleeconomicoperator.com"
},
"carbonFootprint": {
"batteryCarbonFootprint": 0.20315,
Expand All @@ -41,14 +41,14 @@
},
"circularity": {
"sourceForSpareParts": {
"nameOfSupplier": "Impact Clean Power Technology S.A.",
"emailAddressOfSupplier": "email:info@icpt.pl",
"supplierWebAddress": "https://impactnewenergy.com",
"nameOfSupplier": "Battery Manufactury ",
"emailAddressOfSupplier": "email:info@examplebatterymanufacturer.com",
"supplierWebAddress": "https://examplebatterymanufacturer.com",
"addressOfSupplier": {
"addressCountry": "PL",
"addressStreet": "Przejazdowa 22",
"postalCode": "05-800",
"addressLocality": "Pruszków"
"addressCountry": "GE",
"addressStreet": "Musterstrasse 1",
"postalCode": "10111",
"addressLocality": "Berlin"
}
},
"recycledContent": [
Expand All @@ -69,7 +69,7 @@
}
],
"safetyRequirements": {
"safetyInstructions": "https://files-vera.spherity.com/solaris/Safety%20measures.pdf",
"safetyInstructions": "https://examplebatterymanufacturer.com/Safety%20measures.pdf",
"extinguishingAgent": "Class C"
}
},
Expand Down Expand Up @@ -199,14 +199,14 @@
]
},
"labelsAndCertification": {
"resultsOfTestReports": "https://files-vera.spherity.com/solaris/Test%20report.pdf",
"resultsOfTestReports": "https://examplebatterymanufacturer.com/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"
"euDeclarationOfConformity": "https://examplebatterymanufacturer.com/EU%20declaration.pdf",
"meaningOfLabelsAndSymbols": "https://examplebatterymanufacturer.com/Label%20explanation.pdf"
},
"dueDiligence": {
"supplyChainDueDiligenceReport": "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"
"supplyChainDueDiligenceReport": "https://examplebatterymanufacturer.com/supplyChainDueDiligenceReport_2023_ENG.pdf",
"sustainabilityReport": "https://examplebatterymanufacturer.com/sustainabilityReport_2023_ENG.pdf"
}
}

10 changes: 0 additions & 10 deletions docs/contexts/dbp/vocabulary.md
Original file line number Diff line number Diff line change
Expand Up @@ -662,16 +662,6 @@ classDiagram

#### 6.1.1 generalInformation {#DigitalBatteryPassport_generalInformation}

##### 6.1.1.1 productIdentifier {#DigitalBatteryPassport_generalInformation_productIdentifier}
Unique identifier allowing for the unambiguous identification of each individual battery and hence each corresponding battery passport (exploration of a potential additional battery passport identifier (not required per Battery Regulation) ongoing).
.

| **Key** | **Value** |
|--------------------|-----------------------------------------------------------------------------------------------------|
| **Term** | productIdentifier |
| **URL** | https://dpp-vocabulary.spherity.com/dbp#DigitalBatteryPassport_generalInformation_productIdentifier |
| **Expected Value** | IRI |

##### 6.1.1.1 productIdentifier {#DigitalBatteryPassport_generalInformation_productIdentifier}

The *productIdentifier* uniquely identifies the product within a digital battery passport. It helps ensure traceability and compliance with industry standards.
Expand Down

0 comments on commit 3aad917

Please sign in to comment.