-
Notifications
You must be signed in to change notification settings - Fork 7
/
businessPartnerData
177 lines (177 loc) · 5.4 KB
/
businessPartnerData
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"@context": {
"@version": 1.1,
"@protected": true,
"BpnCredential": {
"@id": "https://raw.githubusercontent.com/catenax-ng/product-core-schemas/main/businessPartnerData#BpnCredential",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"bpn": "http://schema.org/identifier"
}
},
"MembershipCredential": {
"@id": "https://raw.githubusercontent.com/catenax-ng/product-core-schemas/main/businessPartnerData#MembershipCredential",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"ex": "https://example.org/examples#",
"startTime": {
"@id": "https://schema.org/startTime",
"@type": "https://schema.org/DateTime"
},
"memberOf": {
"@id": "https://schema.org/memberOf",
"@type": "https://schema.org/Text"
},
"status": {
"@id": "ex:status",
"@type": "https://schema.org/Text"
}
}
},
"NameCredential": {
"@id": "https://raw.githubusercontent.com/catenax-ng/product-core-schemas/main/businessPartnerData#NameCredential",
"@context": {
"@version": 1.1,
"id": "@id",
"type": "@type",
"uuid": "http://schema.org/identifier",
"value": {
"@id": "ex:value",
"@type": "https://schema.org/Text"
},
"name": {
"@id": "ex:name",
"@type": "https://schema.org/Text"
},
"shortName": {
"@id": "ex:shortName",
"@type": "https://schema.org/Text"
},
"fipsCode": {
"@id": "ex:fipsCode",
"@type": "https://schema.org/Text"
},
"number": {
"@id": "ex:number",
"@type": "https://schema.org/Text"
},
"direction": {
"@id": "ex:direction",
"@type": "https://schema.org/Text"
},
"nameType": {
"@id": "ex:nameType",
"@type": "https://schema.org/object"
},
"language": {
"@id": "ex:language",
"@type": "https://schema.org/object"
}
}
},
"BankAccountCredential": {
"@id": "https://raw.githubusercontent.com/catenax-ng/product-core-schemas/main/businessPartnerData#BankAccountCredential",
"@context": {
"@version": 1.1,
"id": "@id",
"type": "@type",
"uuid": "http://schema.org/identifier",
"trustScores": {
"@id": "ex:trustScores"
},
"nationalBankIdentifier": {
"@id": "ex:nationalBankIdentifier",
"@type": "https://schema.org/Text"
},
"nationalBankAccountIdentifier": {
"@id": "ex:nationalBankAccountIdentifier",
"@type": "https://schema.org/Text"
},
"internationalBankIdentifier": {
"@id": "ex:internationalBankIdentifier",
"@type": "https://schema.org/Text"
},
"internationalBankAccountIdentifier": {
"@id": "ex:internationalBankAccountIdentifier",
"@type": "https://schema.org/Text"
},
"currency": {
"@id": "ex:typeOf",
"@type": "https://schema.org/object"
}
}
},
"AddressCredential": {
"@id": "https://raw.githubusercontent.com/catenax-ng/product-core-schemas/main/businessPartnerData#AddressCredential",
"@context": {
"@version": 1.1,
"id": "@id",
"type": "@type",
"uuid": "http://schema.org/identifier",
"version": {
"@id": "ex:typeOf",
"@type": "https://schema.org/object"
},
"careOf": {
"@id": "ex:careOf",
"@type": "https://schema.org/Text"
},
"contexts": {
"@id": "ex:contexts"
},
"bpn": {
"@id": "ex:bpn"
},
"country": {
"@id": "ex:country",
"@type": "https://schema.org/object"
},
"administrativeAreas": {
"@id": "ex:administrativeAreas"
},
"postCodes": {
"@id": "ex:postCodes"
},
"localities": {
"@id": "ex:localities"
},
"thoroughfares": {
"@id": "ex:thoroughfares"
},
"premises": {
"@id": "ex:premises"
},
"postalDeliveryPoints": {
"@id": "ex:postalDeliveryPoints"
},
"geographicCoordinates": {
"@id": "ex:geographicCoordinates",
"@type": "https://schema.org/object"
},
"types": {
"@id": "ex:types"
}
}
},
"LegalFormCredential": {
"@id": "https://raw.githubusercontent.com/catenax-ng/product-core-schemas/main/businessPartnerData#LegalFormCredential",
"@context": {
"@version": 1.1,
"id": "@id",
"type": "@type",
"technicalKey": {"@id": "ex:technicalKey", "@type":"https://schema.org/Text"},
"name": {"@id": "ex:name", "@type":"https://schema.org/Text"},
"url": {"@id": "ex:url", "@type":"https://schema.org/Text"},
"mainAbbreviation": {"@id": "https://schema.org/Text#4", "@type":"https://schema.org/Text"},
"language": {"@id": "https://schema.org/Text#5", "@type":"https://schema.org/object"},
"categories": {"@id": "https://schema.org/Text#6", "@type":"https://schema.org/ItemList"}
}
}
}
}