wipo-gbd-transformation 1.1.46__py3-none-any.whl → 1.1.59__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of wipo-gbd-transformation might be problematic. Click here for more details.
- gbdtransformation/brands/attm/template.yml +1 -2
- gbdtransformation/brands/bgtm/template.yml +1 -1
- gbdtransformation/brands/catm/filters.py +2 -1
- gbdtransformation/brands/catm/template.yml +10 -6
- gbdtransformation/brands/chtm/filters.py +159 -181
- gbdtransformation/brands/chtm/schema +79 -91
- gbdtransformation/brands/chtm/template.yml +97 -106
- gbdtransformation/brands/eetm/template.yml +1 -1
- gbdtransformation/brands/emtm/template.yml +1 -1
- gbdtransformation/brands/estm/template.yml +1 -1
- gbdtransformation/brands/frtm/template.yml +1 -1
- gbdtransformation/brands/gdtm/__init__.py +5 -0
- gbdtransformation/brands/gdtm/filters.py +61 -0
- gbdtransformation/brands/gdtm/schema +87 -0
- gbdtransformation/brands/gdtm/template.yml +1 -0
- gbdtransformation/brands/gdtm/tests/__init__.py +0 -0
- gbdtransformation/brands/istm/filters.py +21 -11
- gbdtransformation/brands/istm/template.yml +1 -1
- gbdtransformation/brands/krtm/template.yml +1 -1
- gbdtransformation/brands/lktm/__init__.py +5 -0
- gbdtransformation/brands/lktm/filters.py +83 -0
- gbdtransformation/brands/lktm/schema +87 -0
- gbdtransformation/brands/lktm/template.yml +1 -0
- gbdtransformation/brands/lktm/tests/__init__.py +0 -0
- gbdtransformation/brands/natm/__init__.py +2 -3
- gbdtransformation/brands/natm/filters.py +8 -2
- gbdtransformation/brands/notm/__init__.py +5 -0
- gbdtransformation/brands/notm/filters.py +113 -0
- gbdtransformation/brands/notm/template.yml +152 -0
- gbdtransformation/brands/nztm/template.yml +1 -1
- gbdtransformation/brands/pgtm/filters.py +1 -0
- gbdtransformation/brands/phtm/schema +79 -50
- gbdtransformation/brands/phtm/schema.classic +50 -0
- gbdtransformation/brands/phtm/template.classic.yml +102 -0
- gbdtransformation/brands/phtm/template.yml +1 -102
- gbdtransformation/brands/qatm/__init__.py +5 -0
- gbdtransformation/brands/qatm/filters.py +81 -0
- gbdtransformation/brands/qatm/schema +87 -0
- gbdtransformation/brands/qatm/template.yml +1 -0
- gbdtransformation/brands/qatm/tests/__init__.py +0 -0
- gbdtransformation/brands/sgtm/filters.py +1 -0
- gbdtransformation/brands/sgtm/template.trademark.yml +2 -2
- gbdtransformation/brands/ustm/template.yml +1 -1
- gbdtransformation/brands/vctm/__init__.py +5 -0
- gbdtransformation/brands/vctm/filters.py +75 -0
- gbdtransformation/brands/vctm/schema +87 -0
- gbdtransformation/brands/vctm/template.yml +1 -0
- gbdtransformation/brands/vctm/tests/__init__.py +0 -0
- gbdtransformation/brands/vntm/filters.py +1 -3
- gbdtransformation/brands/xxxx/template.yml +1 -1
- gbdtransformation/designs/__init__.py +8 -0
- gbdtransformation/designs/alid/__init__.py +1 -1
- gbdtransformation/designs/alid/filters.py +14 -1
- gbdtransformation/designs/bnid/__init__.py +5 -0
- gbdtransformation/designs/bnid/filters.py +61 -0
- gbdtransformation/designs/bnid/schema +80 -0
- gbdtransformation/designs/bnid/template.yml +1 -0
- gbdtransformation/designs/bwid/__init__.py +6 -0
- gbdtransformation/designs/bwid/filters.py +64 -0
- gbdtransformation/designs/bwid/schema +101 -0
- gbdtransformation/designs/bwid/template.yml +1 -0
- gbdtransformation/designs/crid/__init__.py +5 -0
- gbdtransformation/designs/crid/filters.py +63 -0
- gbdtransformation/designs/crid/schema +94 -0
- gbdtransformation/designs/crid/template.yml +1 -0
- gbdtransformation/designs/cuid/__init__.py +5 -0
- gbdtransformation/designs/cuid/filters.py +60 -0
- gbdtransformation/designs/cuid/schema +98 -0
- gbdtransformation/designs/cuid/template.yml +1 -0
- gbdtransformation/designs/egid/__init__.py +5 -0
- gbdtransformation/designs/egid/filters.py +62 -0
- gbdtransformation/designs/egid/schema +82 -0
- gbdtransformation/designs/egid/template.yml +1 -0
- gbdtransformation/designs/filters.py +73 -0
- gbdtransformation/designs/idid/__init__.py +5 -0
- gbdtransformation/designs/idid/filters.py +67 -0
- gbdtransformation/designs/idid/schema +102 -0
- gbdtransformation/designs/idid/template.yml +1 -0
- gbdtransformation/designs/ipas/filters.py +84 -2
- gbdtransformation/designs/ipas/template.yml +90 -79
- gbdtransformation/designs/joid/__init__.py +6 -0
- gbdtransformation/designs/joid/filters.py +62 -0
- gbdtransformation/designs/joid/schema +97 -0
- gbdtransformation/designs/joid/template.yml +1 -0
- gbdtransformation/designs/keid/__init__.py +5 -0
- gbdtransformation/designs/keid/filters.py +62 -0
- gbdtransformation/designs/keid/schema +99 -0
- gbdtransformation/designs/keid/template.yml +1 -0
- gbdtransformation/designs/khid/__init__.py +5 -0
- gbdtransformation/designs/khid/filters.py +63 -0
- gbdtransformation/designs/khid/schema +100 -0
- gbdtransformation/designs/khid/template.yml +1 -0
- gbdtransformation/designs/laid/__init__.py +5 -0
- gbdtransformation/designs/laid/filters.py +61 -0
- gbdtransformation/designs/laid/schema +94 -0
- gbdtransformation/designs/laid/template.yml +1 -0
- gbdtransformation/designs/mnid/__init__.py +6 -0
- gbdtransformation/designs/mnid/filters.py +62 -0
- gbdtransformation/designs/mnid/schema +98 -0
- gbdtransformation/designs/mnid/template.yml +1 -0
- gbdtransformation/designs/myid/__init__.py +5 -0
- gbdtransformation/designs/myid/filters.py +60 -0
- gbdtransformation/designs/myid/schema +95 -0
- gbdtransformation/designs/myid/template.yml +1 -0
- gbdtransformation/designs/phid/__init__.py +5 -0
- gbdtransformation/designs/phid/filters.py +70 -0
- gbdtransformation/designs/phid/schema +95 -0
- gbdtransformation/designs/phid/template.yml +1 -0
- gbdtransformation/designs/sgid/__init__.py +6 -0
- gbdtransformation/designs/sgid/filters.py +66 -0
- gbdtransformation/designs/sgid/schema +115 -0
- gbdtransformation/designs/sgid/template.yml +1 -0
- gbdtransformation/designs/thid/__init__.py +4 -0
- gbdtransformation/designs/thid/filters.py +64 -0
- gbdtransformation/designs/thid/schema +98 -0
- gbdtransformation/designs/thid/template.yml +1 -0
- gbdtransformation/designs/tnid/__init__.py +5 -0
- gbdtransformation/designs/tnid/filters.py +66 -0
- gbdtransformation/designs/tnid/schema +96 -0
- gbdtransformation/designs/tnid/template.yml +1 -0
- gbdtransformation/designs/vnid/__init__.py +5 -0
- gbdtransformation/designs/vnid/filters.py +62 -0
- gbdtransformation/designs/vnid/schema +97 -0
- gbdtransformation/designs/vnid/template.yml +1 -0
- gbdtransformation/designs/woid/__init__.py +2 -0
- gbdtransformation/designs/woid/filters.py +372 -0
- gbdtransformation/designs/woid/schema +592 -0
- gbdtransformation/designs/woid/template.yml +516 -0
- gbdtransformation/designs/xxid/template.yml +331 -119
- gbdtransformation/execs-nico.py +709 -0
- gbdtransformation/execs.py +55 -4
- gbdtransformation/gbd-transform.exec.tgz +0 -0
- {wipo_gbd_transformation-1.1.46.dist-info → wipo_gbd_transformation-1.1.59.dist-info}/METADATA +4 -1
- {wipo_gbd_transformation-1.1.46.dist-info → wipo_gbd_transformation-1.1.59.dist-info}/RECORD +139 -39
- wipo_gbd_transformation-1.1.59.dist-info/SOURCES_Stefans-Mac-Studio.local_Sep-18-063455-2024_Conflict.txt +690 -0
- {wipo_gbd_transformation-1.1.46.dist-info → wipo_gbd_transformation-1.1.59.dist-info}/entry_points.txt +1 -0
- {wipo_gbd_transformation-1.1.46.dist-info → wipo_gbd_transformation-1.1.59.dist-info}/LICENSE.md +0 -0
- {wipo_gbd_transformation-1.1.46.dist-info → wipo_gbd_transformation-1.1.59.dist-info}/WHEEL +0 -0
- {wipo_gbd_transformation-1.1.46.dist-info → wipo_gbd_transformation-1.1.59.dist-info}/top_level.txt +0 -0
|
@@ -1,143 +1,355 @@
|
|
|
1
1
|
{% from 'navigation.tmpl' import match %}
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
# some collections indicate that the application
|
|
14
|
-
# originates from international filing and provide IR number
|
|
15
|
-
applicationRefNumber:
|
|
16
|
-
applicationRefOrigin:
|
|
17
|
-
|
|
18
|
-
# can be deduced from appnum given office cc and (optional) appdate
|
|
19
|
-
st13: # {{ Design.ApplicationNumber | st13('XX', appdate=... }}
|
|
20
|
-
|
|
21
|
-
applicationNumber:
|
|
22
|
-
# dates can be converted if not matching expected format
|
|
23
|
-
applicationDate: # ex: {{ Design.ApplicationDate | convertdate('%Y%m%d') }}
|
|
24
|
-
|
|
25
|
-
# some collections have registration number
|
|
26
|
-
# equals application number when registered
|
|
27
|
-
registrationNumber:
|
|
28
|
-
# some collections we can guess registration date
|
|
29
|
-
# from event list
|
|
30
|
-
registrationDate:
|
|
31
|
-
publicationDate:
|
|
32
|
-
effectiveDate:
|
|
33
|
-
defermentPeriod:
|
|
34
|
-
expiryDate:
|
|
35
|
-
|
|
36
|
-
applicationLanguageCode:
|
|
37
|
-
# rarely passed
|
|
38
|
-
secondLanguageCode:
|
|
39
|
-
|
|
40
|
-
# status as is in the document
|
|
41
|
-
officeStatus:
|
|
42
|
-
# status as translated to gbdFormat
|
|
43
|
-
gbdStatus: # (Ended|Expired|Pending|Registered|Unknown)
|
|
44
|
-
# can also be the date of the last event in markevents if given
|
|
45
|
-
statusDate:
|
|
46
|
-
|
|
47
|
-
designDescription: #Init 57
|
|
48
|
-
- languageCode:
|
|
49
|
-
text:
|
|
3
|
+
type: # DESIGN
|
|
4
|
+
subtype: # (OPEN|SEALED) -INID 27 - SealedDepositIndicator
|
|
5
|
+
designGrouping: # SINGLE|MULTIPLE
|
|
6
|
+
designsCount:
|
|
7
|
+
kind:
|
|
8
|
+
- # INDUSTRIAL DESIGN|DESING PATENT(US)
|
|
9
|
+
registrationOfficeCode:
|
|
10
|
+
designatedCountries:
|
|
11
|
+
- str (CountryCode)
|
|
50
12
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
13
|
+
# some collections indicate that the application
|
|
14
|
+
# originates from international filing and provide IR number
|
|
15
|
+
reference:
|
|
16
|
+
application:
|
|
17
|
+
- number:
|
|
18
|
+
date:
|
|
19
|
+
office:
|
|
20
|
+
registration:
|
|
21
|
+
- number:
|
|
22
|
+
date:
|
|
23
|
+
office:
|
|
54
24
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
legend:
|
|
58
|
-
- string
|
|
59
|
-
|
|
60
|
-
applicants:
|
|
61
|
-
- identifier:
|
|
62
|
-
kind:
|
|
63
|
-
fullName:
|
|
64
|
-
- languageCode:
|
|
65
|
-
text:
|
|
66
|
-
fullAddress:
|
|
67
|
-
- languageCode:
|
|
68
|
-
text:
|
|
69
|
-
countryCode: # sometimes, country name is provided instead
|
|
70
|
-
|
|
71
|
-
representatives:
|
|
72
|
-
- identifier:
|
|
73
|
-
kind:
|
|
74
|
-
fullName:
|
|
75
|
-
- languageCode:
|
|
76
|
-
text:
|
|
77
|
-
fullAddress:
|
|
78
|
-
- languageCode:
|
|
79
|
-
text:
|
|
80
|
-
countryCode:
|
|
25
|
+
# rarely passed
|
|
26
|
+
filingPlace:
|
|
81
27
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
28
|
+
# can be deduced from appnum given office cc and (optional) appdate, if no application number, fallback to registration number
|
|
29
|
+
st13: # {{ Design.ApplicationNumber | st13(registrationNumber, 'XX', appdate=... }}
|
|
30
|
+
|
|
31
|
+
applicationNumber:
|
|
32
|
+
# dates can be converted if not matching expected format
|
|
33
|
+
applicationDate: # ex: {{ Design.ApplicationDate | convertdate('%Y%m%d') }}
|
|
34
|
+
|
|
35
|
+
# some collections have registration number
|
|
36
|
+
# equals application number when registered
|
|
37
|
+
registrationNumber:
|
|
38
|
+
# some collections we can guess registration date
|
|
39
|
+
# from event list
|
|
40
|
+
registrationDate:
|
|
41
|
+
|
|
42
|
+
# this is a list
|
|
43
|
+
publicationDates:
|
|
44
|
+
- str (date)
|
|
45
|
+
|
|
46
|
+
# for novelty search
|
|
47
|
+
earliestPublicationDate:
|
|
92
48
|
|
|
93
|
-
|
|
49
|
+
effectiveDate:
|
|
50
|
+
defermentExpiryDate:
|
|
51
|
+
expiryDate:
|
|
52
|
+
|
|
53
|
+
applicationLanguageCode:
|
|
54
|
+
# rarely passed
|
|
55
|
+
secondLanguageCode:
|
|
56
|
+
|
|
57
|
+
applicants:
|
|
58
|
+
- identifier:
|
|
59
|
+
kind:
|
|
94
60
|
fullName:
|
|
95
61
|
- languageCode:
|
|
96
62
|
text:
|
|
63
|
+
firstName:
|
|
64
|
+
- languageCode:
|
|
65
|
+
text:
|
|
66
|
+
lastName:
|
|
67
|
+
- languageCode:
|
|
68
|
+
text:
|
|
69
|
+
middleName:
|
|
70
|
+
- languageCode:
|
|
71
|
+
text:
|
|
97
72
|
fullAddress:
|
|
98
73
|
- languageCode:
|
|
99
74
|
text:
|
|
100
|
-
|
|
75
|
+
cityName:
|
|
76
|
+
geographicRegionName:
|
|
77
|
+
countryCode:
|
|
78
|
+
postalCode:
|
|
79
|
+
countryCode: # sometimes, country name is provided instead
|
|
80
|
+
entitlement:
|
|
81
|
+
entitlementNationalityCode:
|
|
82
|
+
entitlementEstablishment:
|
|
83
|
+
entitlementDomiciled:
|
|
84
|
+
|
|
85
|
+
applicantsNormalized:
|
|
86
|
+
- identifier:
|
|
87
|
+
kind:
|
|
88
|
+
orgName:
|
|
89
|
+
- languageCode:
|
|
90
|
+
text:
|
|
91
|
+
firstName:
|
|
92
|
+
- languageCode:
|
|
93
|
+
text:
|
|
94
|
+
lastName:
|
|
95
|
+
- languageCode:
|
|
96
|
+
text:
|
|
97
|
+
middleName:
|
|
98
|
+
- languageCode:
|
|
99
|
+
text:
|
|
100
|
+
fullAddress:
|
|
101
|
+
- languageCode:
|
|
102
|
+
addressLine:
|
|
103
|
+
cityName:
|
|
104
|
+
geographicRegionName:
|
|
105
|
+
countryCode:
|
|
106
|
+
country:
|
|
107
|
+
postalCode:
|
|
108
|
+
postalBox:
|
|
109
|
+
processingTool:
|
|
110
|
+
name:
|
|
111
|
+
version:
|
|
112
|
+
processingDate:
|
|
101
113
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
114
|
+
representatives:
|
|
115
|
+
- identifier:
|
|
116
|
+
kind:
|
|
117
|
+
fullName:
|
|
118
|
+
- languageCode:
|
|
119
|
+
text:
|
|
120
|
+
firstName:
|
|
121
|
+
- languageCode:
|
|
122
|
+
text:
|
|
123
|
+
lastName:
|
|
124
|
+
- languageCode:
|
|
125
|
+
text:
|
|
126
|
+
middleName:
|
|
127
|
+
- languageCode:
|
|
128
|
+
text:
|
|
129
|
+
fullAddress:
|
|
130
|
+
- languageCode:
|
|
131
|
+
text:
|
|
132
|
+
cityName:
|
|
133
|
+
geographicRegionName:
|
|
134
|
+
countryCode:
|
|
135
|
+
postalCode:
|
|
136
|
+
countryCode: # sometimes, country name is provided instead
|
|
106
137
|
|
|
107
|
-
|
|
138
|
+
representativesNormalized:
|
|
139
|
+
- identifier:
|
|
140
|
+
kind:
|
|
141
|
+
orgName:
|
|
142
|
+
- languageCode:
|
|
143
|
+
text:
|
|
144
|
+
firstName:
|
|
145
|
+
- languageCode:
|
|
146
|
+
text:
|
|
147
|
+
lastName:
|
|
148
|
+
- languageCode:
|
|
149
|
+
text:
|
|
150
|
+
middleName:
|
|
151
|
+
- languageCode:
|
|
152
|
+
text:
|
|
153
|
+
fullAddress:
|
|
154
|
+
- languageCode:
|
|
155
|
+
addressLine:
|
|
156
|
+
cityName:
|
|
157
|
+
geographicRegionName:
|
|
158
|
+
countryCode:
|
|
159
|
+
country:
|
|
160
|
+
postalCode:
|
|
161
|
+
postalBox:
|
|
162
|
+
processingTool:
|
|
163
|
+
name:
|
|
164
|
+
version:
|
|
165
|
+
processingDate:
|
|
166
|
+
|
|
167
|
+
correspondence:
|
|
168
|
+
fullName:
|
|
169
|
+
- languageCode:
|
|
170
|
+
text:
|
|
171
|
+
firstName:
|
|
172
|
+
- languageCode:
|
|
173
|
+
text:
|
|
174
|
+
lastName:
|
|
175
|
+
- languageCode:
|
|
176
|
+
text:
|
|
177
|
+
middleName:
|
|
178
|
+
- languageCode:
|
|
179
|
+
text:
|
|
180
|
+
fullAddress:
|
|
108
181
|
- languageCode:
|
|
109
182
|
text:
|
|
183
|
+
cityName:
|
|
184
|
+
geographicRegionName:
|
|
185
|
+
countryCode:
|
|
186
|
+
postalCode:
|
|
187
|
+
countryCode: # sometimes, country name is provided instead
|
|
110
188
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
189
|
+
correspondenceNormalized:
|
|
190
|
+
kind:
|
|
191
|
+
orgName:
|
|
192
|
+
- languageCode:
|
|
193
|
+
text:
|
|
194
|
+
firstName:
|
|
195
|
+
- languageCode:
|
|
196
|
+
text:
|
|
197
|
+
lastName:
|
|
198
|
+
- languageCode:
|
|
199
|
+
text:
|
|
200
|
+
middleName:
|
|
201
|
+
- languageCode:
|
|
202
|
+
text:
|
|
203
|
+
fullAddress:
|
|
204
|
+
- languageCode:
|
|
205
|
+
addressLine:
|
|
206
|
+
cityName:
|
|
207
|
+
geographicRegionName:
|
|
208
|
+
countryCode:
|
|
209
|
+
country:
|
|
210
|
+
postalCode:
|
|
211
|
+
postalBox:
|
|
212
|
+
processingTool:
|
|
213
|
+
name:
|
|
214
|
+
version:
|
|
215
|
+
processingDate:
|
|
118
216
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
217
|
+
designClaim:
|
|
218
|
+
claims:
|
|
219
|
+
- languageCode:
|
|
220
|
+
claim:
|
|
221
|
+
designatedCountries:
|
|
222
|
+
- str
|
|
223
|
+
affectedDesigns:
|
|
224
|
+
allDesignsIndicator:
|
|
123
225
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
date:
|
|
128
|
-
comment:
|
|
226
|
+
businessEntityStatusClaim:
|
|
227
|
+
- BusinessEntityStatusCategory:
|
|
228
|
+
DesignatedCountryCode:
|
|
129
229
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
230
|
+
designs:
|
|
231
|
+
- designPos:
|
|
232
|
+
# status as is in the document
|
|
233
|
+
officeStatus:
|
|
234
|
+
# status as translated to gbdFormat
|
|
235
|
+
gbdStatus: # (Ended|Expired|Pending|Registered|Unknown)
|
|
236
|
+
# can also be the date of the last event in markevents if given
|
|
237
|
+
statusDate:
|
|
134
238
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
239
|
+
productIndication:
|
|
240
|
+
- languageCode:
|
|
241
|
+
text:
|
|
242
|
+
|
|
243
|
+
designDescription: #Init 57
|
|
244
|
+
- languageCode:
|
|
245
|
+
text:
|
|
246
|
+
|
|
247
|
+
productDisclaimer:
|
|
248
|
+
- languageCode:
|
|
249
|
+
text:
|
|
250
|
+
|
|
251
|
+
designImageDetails:
|
|
252
|
+
- name:
|
|
253
|
+
rank:
|
|
254
|
+
type:
|
|
255
|
+
legends:
|
|
256
|
+
- languageCode:
|
|
257
|
+
legend:
|
|
258
|
+
|
|
259
|
+
designer:
|
|
260
|
+
- identifier:
|
|
261
|
+
kind:
|
|
262
|
+
fullName:
|
|
263
|
+
- languageCode:
|
|
264
|
+
text:
|
|
265
|
+
firstName:
|
|
266
|
+
- languageCode:
|
|
267
|
+
text:
|
|
268
|
+
lastName:
|
|
269
|
+
- languageCode:
|
|
270
|
+
text:
|
|
271
|
+
middleName:
|
|
272
|
+
- languageCode:
|
|
273
|
+
text:
|
|
274
|
+
fullAddress:
|
|
275
|
+
- languageCode:
|
|
276
|
+
text:
|
|
277
|
+
cityName:
|
|
278
|
+
geographicRegionName:
|
|
279
|
+
countryCode:
|
|
280
|
+
postalCode:
|
|
281
|
+
countryCode: # sometimes, country name is provided instead
|
|
282
|
+
|
|
283
|
+
designerNormalized:
|
|
284
|
+
- identifier:
|
|
285
|
+
kind:
|
|
286
|
+
orgName:
|
|
287
|
+
- languageCode:
|
|
288
|
+
text:
|
|
289
|
+
firstName:
|
|
290
|
+
- languageCode:
|
|
291
|
+
text:
|
|
292
|
+
lastName:
|
|
293
|
+
- languageCode:
|
|
294
|
+
text:
|
|
295
|
+
middleName:
|
|
296
|
+
- languageCode:
|
|
297
|
+
text:
|
|
298
|
+
fullAddress:
|
|
299
|
+
- languageCode:
|
|
300
|
+
addressLine:
|
|
301
|
+
cityName:
|
|
302
|
+
geographicRegionName:
|
|
303
|
+
countryCode:
|
|
304
|
+
country:
|
|
305
|
+
postalCode:
|
|
306
|
+
postalBox:
|
|
307
|
+
processingTool:
|
|
308
|
+
name:
|
|
309
|
+
version:
|
|
310
|
+
processingDate:
|
|
311
|
+
|
|
312
|
+
productIndicationClasses:
|
|
313
|
+
- kind: Locarno/US/CA/Etc
|
|
314
|
+
version: #mostly
|
|
315
|
+
classes:
|
|
316
|
+
- code:
|
|
317
|
+
|
|
318
|
+
exhibition:
|
|
319
|
+
- date:
|
|
320
|
+
name:
|
|
321
|
+
location:
|
|
322
|
+
|
|
323
|
+
priorities:
|
|
324
|
+
- countryCode:
|
|
325
|
+
number:
|
|
326
|
+
date:
|
|
327
|
+
comment:
|
|
328
|
+
DASAccessCode:
|
|
329
|
+
|
|
330
|
+
exceptionLackNoveltyDeclaration:
|
|
331
|
+
- country:
|
|
332
|
+
legalBasis:
|
|
333
|
+
|
|
334
|
+
principalDesignRelations:
|
|
335
|
+
- principalDesignCategory:
|
|
336
|
+
documentIdentifier:
|
|
337
|
+
principalDesignReference:
|
|
338
|
+
designatedCountries:
|
|
339
|
+
- country:
|
|
340
|
+
legalBasis:
|
|
341
|
+
|
|
342
|
+
noveltyStatement:
|
|
343
|
+
- languageCode:
|
|
344
|
+
text:
|
|
345
|
+
|
|
346
|
+
publications:
|
|
347
|
+
- identifier:
|
|
348
|
+
date:
|
|
349
|
+
section:
|
|
350
|
+
|
|
351
|
+
# here goes extra information that is office specific and that is pertinent for us to retain.
|
|
352
|
+
extra:
|
|
141
353
|
|
|
142
354
|
|
|
143
355
|
|