-
Notifications
You must be signed in to change notification settings - Fork 0
/
mapping-lpse-procurement.json
112 lines (112 loc) · 3.92 KB
/
mapping-lpse-procurement.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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"uri": "",
"$schema": "",
"publisher": {
"name": "ODLab",
"scheme": null,
"uid": null,
"uri": "labs.webfoundation.org"
},
"publishedDate": "constant:2014-10-31",
"license": "http://creativecommons.org/licenses/by/4.0/",
"releases": [
{
"ocid": "kd_lelang",
"releaseDate": "constant:2014-10-31",
"releaseTag": "constant:awardNotice",
"language": "constant:id",
"buyer": {
"id": {
"name": "nama_satker",
"scheme": null,
"uid": "kd_satker",
"uri": null
}
},
"formationType": "constant:tender",
"tender": {
"tenderID": "kd_lelang",
"notice": {
"id": null,
"uri": null,
"publishedDate": null,
"isAmendment": null
},
"method": null,
"methodJustification": null,
"selectionDetails": null,
"procuringEntity": {
"id": {
"name": "nama_panitia",
"scheme": null,
"uid": null,
"uri": null
}
},
"totalValue" : {
"amount" : "number:hps",
"currency" : "constant:IDR"
},
"tenderPeriod" : {
"startDate" : "tgl_pengumuman",
"endDate" : "tanggal_akhir_lelang"
}
},
"awards": [
{
"awardID": "kd_pemenang",
"notice": {
"id": null,
"uri": null,
"publishedDate": null,
"isAmendment": null,
"amendment": {
"amendmentDate": null,
"amendedFields": null,
"justification": null
}
},
"awardDate": null,
"awardValue": {
"amount": "number:hasil_lelang",
"currency": "constant:IDR"
},
"suppliers": [
{
"id": {
"name": "nama_pemenang",
"scheme": null,
"uid": "npwp_pemenang",
"uri": null
},
"address": {
"post-office-box": null,
"extended-address": null,
"street-address": null,
"locality": null,
"region": null,
"postal-code": null,
"country-name": null
}
}
],
"itemsAwarded": [
{
"description": "nama_paket",
"classificationScheme": null,
"otherClassificationScheme": null,
"classificationID": null,
"classificationDescription": "kategori",
"unitOfMeasure": null,
"quantity": null,
"valuePerUnit": {
"amount": null,
"currency": null
}
}
]
}
]
}
]
}