-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsteel-product.credential.json
53 lines (53 loc) · 1.4 KB
/
steel-product.credential.json
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
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/traceability/v1"
],
"id": "http://example.org/credentials/",
"type": ["VerifiableCredential"],
"issuanceDate": "2021-10-03T14:32:20-01:00",
"credentialSubject": {
"type": "SteelProduct",
"heatNumber": "14012",
"specification": "AISI",
"grade": "304",
"originalCountryOfMeltAndPour": "Canada",
"inspection": {
"type": "InspectionReport",
"observation": [
{
"type": "Observation",
"date": "2021-10-02T12:30:00-01:00",
"property": {
"type": "ChemicalProperty",
"name": "Chromium",
"formula": "Cr",
"inchi": "InChI=1S/Cr.Ni",
"inchikey": "VNNRSPGTAMTISX-UHFFFAOYSA-N"
},
"measurement": {
"type": "MeasuredValue",
"value": "18.6",
"unitCode": "P1"
}
},
{
"type": "Observation",
"date": "2021-10-02T12:30:00-01:00",
"property": {
"type": "ChemicalProperty",
"name": "Nickel",
"formula": "Ni",
"inchi": "InChI=1S/Ni/i1+6",
"inchikey": "PXHVJJICTQNCMI-LZFNBGRKSA-N"
},
"measurement": {
"type": "MeasuredValue",
"value": "8.9",
"unitCode": "P1"
}
}
]
}
}
}