-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbattery-vc-credential.json
More file actions
89 lines (89 loc) · 2.28 KB
/
Copy pathbattery-vc-credential.json
File metadata and controls
89 lines (89 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://vocabulary.uncefact.org/untp/0.7.0/context/"
],
"type": [
"DigitalProductPassport",
"VerifiableCredential"
],
"id": "https://opendpp-node.eu/credentials/demo-battery-passport",
"issuer": {
"id": "did:web:opendpp-node.eu:tenants:demo",
"name": "OpenDPP Demo Manufacturer"
},
"validFrom": "2026-02-18T00:00:00.000Z",
"name": "Digital Product Passport — BATT-MODEL-X",
"credentialSchema": {
"id": "https://opendpp-node.eu/public/schemas/untp/dpp/0.7.0.json",
"type": "JsonSchema"
},
"credentialSubject": {
"type": [
"Product"
],
"id": "https://opendpp-node.eu/01/04012345678901",
"name": "BATT-MODEL-X",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/gtin/",
"name": "GS1 Global Trade Item Number (GTIN)"
},
"idGranularity": "model",
"productCategory": [
{
"code": "batteries",
"name": "batteries",
"schemeId": "https://vocabulary.uncefact.org/untp/dpp/productCategory",
"schemeName": "OpenDPP Product Category"
}
],
"producedAtFacility": {
"type": [
"Facility"
],
"id": "https://id.gs1.org/414/4012345678901",
"name": "Cell Plant EU",
"registeredId": "4012345678901"
},
"countryOfProduction": {
"countryCode": "DE"
},
"materialProvenance": [
{
"name": "Lithium",
"originCountry": {
"countryCode": "DE"
},
"materialType": {
"code": "Lithium",
"name": "Lithium",
"schemeId": "https://vocabulary.uncefact.org/untp/dpp/materialType",
"schemeName": "OpenDPP Material Type"
},
"massFraction": 0.07
},
{
"name": "Nickel",
"originCountry": {
"countryCode": "DE"
},
"materialType": {
"code": "Nickel",
"name": "Nickel",
"schemeId": "https://vocabulary.uncefact.org/untp/dpp/materialType",
"schemeName": "OpenDPP Material Type"
},
"massFraction": 0.33
}
],
"characteristics": {
"carbonFootprint": {
"co2eKg": 4200.5,
"calculationMethod": "ISO 14067"
}
}
}
}