wipo-gbd-transformation 1.1.105__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.
- gbdtransformation/__init__.py +0 -0
- gbdtransformation/brands/__init__.py +44 -0
- gbdtransformation/brands/aetm/__init__.py +5 -0
- gbdtransformation/brands/aetm/filters.py +84 -0
- gbdtransformation/brands/aetm/schema +87 -0
- gbdtransformation/brands/aetm/template.yml +1 -0
- gbdtransformation/brands/aetm/tests/__init__.py +0 -0
- gbdtransformation/brands/altm/__init__.py +6 -0
- gbdtransformation/brands/altm/filters.py +107 -0
- gbdtransformation/brands/altm/schema +83 -0
- gbdtransformation/brands/altm/template.yml +1 -0
- gbdtransformation/brands/altm/tests/__init__.py +0 -0
- gbdtransformation/brands/altm/tests/altm.xml +93 -0
- gbdtransformation/brands/aptm/__init__.py +15 -0
- gbdtransformation/brands/aptm/filters.py +80 -0
- gbdtransformation/brands/aptm/schema +87 -0
- gbdtransformation/brands/aptm/template.yml +1 -0
- gbdtransformation/brands/aptm/tests/__init__.py +0 -0
- gbdtransformation/brands/attm/__init__.py +6 -0
- gbdtransformation/brands/attm/filters.py +76 -0
- gbdtransformation/brands/attm/schema +52 -0
- gbdtransformation/brands/attm/template.yml +85 -0
- gbdtransformation/brands/autm/__init__.py +2 -0
- gbdtransformation/brands/autm/filters.py +222 -0
- gbdtransformation/brands/autm/schema +91 -0
- gbdtransformation/brands/autm/template.yml +157 -0
- gbdtransformation/brands/bgtm/__init__.py +5 -0
- gbdtransformation/brands/bgtm/filters.py +112 -0
- gbdtransformation/brands/bgtm/schema +314 -0
- gbdtransformation/brands/bgtm/template.yml +154 -0
- gbdtransformation/brands/bhtm/__init__.py +12 -0
- gbdtransformation/brands/bhtm/filters.py +87 -0
- gbdtransformation/brands/bhtm/schema +87 -0
- gbdtransformation/brands/bhtm/template.yml +1 -0
- gbdtransformation/brands/bhtm/tests/__init__.py +0 -0
- gbdtransformation/brands/bntm/__init__.py +2 -0
- gbdtransformation/brands/bntm/filters.py +75 -0
- gbdtransformation/brands/bntm/schema +87 -0
- gbdtransformation/brands/bntm/template.yml +1 -0
- gbdtransformation/brands/bntm/tests/__init__.py +0 -0
- gbdtransformation/brands/brtm/__init__.py +3 -0
- gbdtransformation/brands/brtm/filters.py +169 -0
- gbdtransformation/brands/brtm/schema +86 -0
- gbdtransformation/brands/brtm/template.yml +22 -0
- gbdtransformation/brands/brtm/tests/__init__.py +0 -0
- gbdtransformation/brands/brtm/tests/test01.xml +53 -0
- gbdtransformation/brands/bttm/__init__.py +10 -0
- gbdtransformation/brands/bttm/filters.py +80 -0
- gbdtransformation/brands/bttm/schema +87 -0
- gbdtransformation/brands/bttm/template.yml +1 -0
- gbdtransformation/brands/bttm/tests/__init__.py +0 -0
- gbdtransformation/brands/bwtm/__init__.py +13 -0
- gbdtransformation/brands/bwtm/filters.py +90 -0
- gbdtransformation/brands/bwtm/schema +87 -0
- gbdtransformation/brands/bwtm/template.yml +1 -0
- gbdtransformation/brands/bwtm/tests/__init__.py +0 -0
- gbdtransformation/brands/bztm/__init__.py +16 -0
- gbdtransformation/brands/bztm/filters.py +77 -0
- gbdtransformation/brands/bztm/schema +87 -0
- gbdtransformation/brands/bztm/template.yml +1 -0
- gbdtransformation/brands/bztm/tests/__init__.py +0 -0
- gbdtransformation/brands/catm/__init__.py +10 -0
- gbdtransformation/brands/catm/filters.py +272 -0
- gbdtransformation/brands/catm/schema +804 -0
- gbdtransformation/brands/catm/template.yml +230 -0
- gbdtransformation/brands/chtm/__init__.py +6 -0
- gbdtransformation/brands/chtm/filters.py +161 -0
- gbdtransformation/brands/chtm/schema +79 -0
- gbdtransformation/brands/chtm/template.yml +121 -0
- gbdtransformation/brands/cltm/__init__.py +2 -0
- gbdtransformation/brands/cltm/filters.py +80 -0
- gbdtransformation/brands/cltm/schema +86 -0
- gbdtransformation/brands/cltm/template.yml +1 -0
- gbdtransformation/brands/cltm/tests/__init__.py +0 -0
- gbdtransformation/brands/crtm/__init__.py +5 -0
- gbdtransformation/brands/crtm/filters.py +196 -0
- gbdtransformation/brands/crtm/schema +86 -0
- gbdtransformation/brands/crtm/template.yml +1 -0
- gbdtransformation/brands/crtm/tests/__init__.py +0 -0
- gbdtransformation/brands/cutm/__init__.py +10 -0
- gbdtransformation/brands/cutm/filters.py +94 -0
- gbdtransformation/brands/cutm/schema +86 -0
- gbdtransformation/brands/cutm/template.yml +4 -0
- gbdtransformation/brands/cutm/tests/__init__.py +0 -0
- gbdtransformation/brands/detm/__init__.py +19 -0
- gbdtransformation/brands/detm/filters.py +75 -0
- gbdtransformation/brands/detm/schema +511 -0
- gbdtransformation/brands/detm/template.yml +151 -0
- gbdtransformation/brands/dktm/__init__.py +7 -0
- gbdtransformation/brands/dktm/filters.py +90 -0
- gbdtransformation/brands/dktm/schema +95 -0
- gbdtransformation/brands/dktm/template.yml +114 -0
- gbdtransformation/brands/dztm/__init__.py +10 -0
- gbdtransformation/brands/dztm/filters.py +81 -0
- gbdtransformation/brands/dztm/schema +87 -0
- gbdtransformation/brands/dztm/template.yml +1 -0
- gbdtransformation/brands/dztm/tests/__init__.py +0 -0
- gbdtransformation/brands/eetm/__init__.py +8 -0
- gbdtransformation/brands/eetm/filters.py +115 -0
- gbdtransformation/brands/eetm/schema +48 -0
- gbdtransformation/brands/eetm/template.yml +98 -0
- gbdtransformation/brands/egtm/__init__.py +5 -0
- gbdtransformation/brands/egtm/filters.py +73 -0
- gbdtransformation/brands/egtm/schema +87 -0
- gbdtransformation/brands/egtm/template.yml +1 -0
- gbdtransformation/brands/egtm/tests/__init__.py +0 -0
- gbdtransformation/brands/emtm/__init__.py +3 -0
- gbdtransformation/brands/emtm/filters.py +96 -0
- gbdtransformation/brands/emtm/schema +314 -0
- gbdtransformation/brands/emtm/template.yml +125 -0
- gbdtransformation/brands/estm/__init__.py +3 -0
- gbdtransformation/brands/estm/filters.py +110 -0
- gbdtransformation/brands/estm/schema +99 -0
- gbdtransformation/brands/estm/template.yml +144 -0
- gbdtransformation/brands/filters.py +125 -0
- gbdtransformation/brands/frtm/__init__.py +2 -0
- gbdtransformation/brands/frtm/filters.py +172 -0
- gbdtransformation/brands/frtm/schema +300 -0
- gbdtransformation/brands/frtm/template.yml +203 -0
- gbdtransformation/brands/gbtm/__init__.py +3 -0
- gbdtransformation/brands/gbtm/filters.py +122 -0
- gbdtransformation/brands/gbtm/schema +362 -0
- gbdtransformation/brands/gbtm/template.yml +147 -0
- gbdtransformation/brands/gdtm/__init__.py +5 -0
- gbdtransformation/brands/gdtm/filters.py +68 -0
- gbdtransformation/brands/gdtm/schema +87 -0
- gbdtransformation/brands/gdtm/template.yml +1 -0
- gbdtransformation/brands/gdtm/tests/__init__.py +0 -0
- gbdtransformation/brands/getm/__init__.py +3 -0
- gbdtransformation/brands/getm/filters.py +68 -0
- gbdtransformation/brands/getm/schema +209 -0
- gbdtransformation/brands/getm/template.yml +142 -0
- gbdtransformation/brands/ghtm/__init__.py +12 -0
- gbdtransformation/brands/ghtm/filters.py +74 -0
- gbdtransformation/brands/ghtm/schema +86 -0
- gbdtransformation/brands/ghtm/template.yml +1 -0
- gbdtransformation/brands/ghtm/tests/__init__.py +0 -0
- gbdtransformation/brands/gmtm/__init__.py +7 -0
- gbdtransformation/brands/gmtm/filters.py +70 -0
- gbdtransformation/brands/gmtm/schema +86 -0
- gbdtransformation/brands/gmtm/template.yml +1 -0
- gbdtransformation/brands/gmtm/tests/__init__.py +0 -0
- gbdtransformation/brands/gstm/__init__.py +2 -0
- gbdtransformation/brands/gstm/filters.py +75 -0
- gbdtransformation/brands/gstm/template.gs.yml +56 -0
- gbdtransformation/brands/gstm/template.yml +32 -0
- gbdtransformation/brands/hrtm/__init__.py +3 -0
- gbdtransformation/brands/hrtm/filters.py +158 -0
- gbdtransformation/brands/hrtm/schema +43 -0
- gbdtransformation/brands/hrtm/template.yml +205 -0
- gbdtransformation/brands/idtm/__init__.py +12 -0
- gbdtransformation/brands/idtm/filters.py +95 -0
- gbdtransformation/brands/idtm/schema +86 -0
- gbdtransformation/brands/idtm/template.yml +1 -0
- gbdtransformation/brands/idtm/tests/__init__.py +0 -0
- gbdtransformation/brands/idtm/tests/translation.xml +106 -0
- gbdtransformation/brands/idtm/tests/unicode.xml +120 -0
- gbdtransformation/brands/iltm/__init__.py +2 -0
- gbdtransformation/brands/iltm/filters.py +91 -0
- gbdtransformation/brands/iltm/schema +87 -0
- gbdtransformation/brands/iltm/template.yml +213 -0
- gbdtransformation/brands/iltm/tests/__init__.py +0 -0
- gbdtransformation/brands/iltm/tests/cancellations.xml +156 -0
- gbdtransformation/brands/iltm/tests/collcert.xml +51 -0
- gbdtransformation/brands/iltm/tests/eventdata.xml +83 -0
- gbdtransformation/brands/iltm/tests/international.xml +80 -0
- gbdtransformation/brands/iltm/tests/markfeature.xml +117 -0
- gbdtransformation/brands/iltm/tests/noevents.xml +44 -0
- gbdtransformation/brands/iltm/tests/opposition.xml +147 -0
- gbdtransformation/brands/iltm/tests/tlit.xml +77 -0
- gbdtransformation/brands/intm/__init__.py +6 -0
- gbdtransformation/brands/intm/filters.py +75 -0
- gbdtransformation/brands/intm/schema +127 -0
- gbdtransformation/brands/intm/template.yml +112 -0
- gbdtransformation/brands/ipas/__init__.py +0 -0
- gbdtransformation/brands/ipas/filters.py +203 -0
- gbdtransformation/brands/ipas/template.yml +185 -0
- gbdtransformation/brands/istm/__init__.py +10 -0
- gbdtransformation/brands/istm/filters.py +60 -0
- gbdtransformation/brands/istm/schema +53 -0
- gbdtransformation/brands/istm/template.yml +119 -0
- gbdtransformation/brands/ittm/__init__.py +6 -0
- gbdtransformation/brands/ittm/filters.py +114 -0
- gbdtransformation/brands/ittm/schema +104 -0
- gbdtransformation/brands/ittm/template.yml +107 -0
- gbdtransformation/brands/jotm/__init__.py +8 -0
- gbdtransformation/brands/jotm/filters.py +61 -0
- gbdtransformation/brands/jotm/schema +86 -0
- gbdtransformation/brands/jotm/template.yml +1 -0
- gbdtransformation/brands/jotm/tests/__init__.py +0 -0
- gbdtransformation/brands/jotm/tests/test.xml +84 -0
- gbdtransformation/brands/jptm/__init__.py +6 -0
- gbdtransformation/brands/jptm/filters.py +79 -0
- gbdtransformation/brands/jptm/schema +39 -0
- gbdtransformation/brands/jptm/template.yml +113 -0
- gbdtransformation/brands/ketm/__init__.py +9 -0
- gbdtransformation/brands/ketm/filters.py +77 -0
- gbdtransformation/brands/ketm/schema +86 -0
- gbdtransformation/brands/ketm/template.yml +1 -0
- gbdtransformation/brands/ketm/tests/__init__.py +0 -0
- gbdtransformation/brands/kgtm/__init__.py +6 -0
- gbdtransformation/brands/kgtm/filters.py +67 -0
- gbdtransformation/brands/kgtm/schema +27 -0
- gbdtransformation/brands/kgtm/template.yml +58 -0
- gbdtransformation/brands/khtm/__init__.py +14 -0
- gbdtransformation/brands/khtm/filters.py +134 -0
- gbdtransformation/brands/khtm/schema +86 -0
- gbdtransformation/brands/khtm/template.yml +1 -0
- gbdtransformation/brands/khtm/tests/__init__.py +0 -0
- gbdtransformation/brands/khtm/tests/khtm.xml +122 -0
- gbdtransformation/brands/krtm/__init__.py +6 -0
- gbdtransformation/brands/krtm/filters.py +136 -0
- gbdtransformation/brands/krtm/schema +179 -0
- gbdtransformation/brands/krtm/template.yml +186 -0
- gbdtransformation/brands/kwtm/__init__.py +2 -0
- gbdtransformation/brands/kwtm/filters.py +69 -0
- gbdtransformation/brands/kwtm/schema +86 -0
- gbdtransformation/brands/kwtm/template.yml +1 -0
- gbdtransformation/brands/kwtm/tests/__init__.py +0 -0
- gbdtransformation/brands/kwtm/tests/test.xml +84 -0
- gbdtransformation/brands/kztm/__init__.py +242 -0
- gbdtransformation/brands/kztm/filters.py +140 -0
- gbdtransformation/brands/kztm/schema +36 -0
- gbdtransformation/brands/kztm/template.yml +117 -0
- gbdtransformation/brands/latm/__init__.py +7 -0
- gbdtransformation/brands/latm/filters.py +93 -0
- gbdtransformation/brands/latm/schema +86 -0
- gbdtransformation/brands/latm/template.yml +1 -0
- gbdtransformation/brands/latm/tests/__init__.py +0 -0
- gbdtransformation/brands/latm/tests/test.xml +112 -0
- 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/matm/__init__.py +3 -0
- gbdtransformation/brands/matm/filters.py +36 -0
- gbdtransformation/brands/matm/schema +33 -0
- gbdtransformation/brands/matm/template.yml +72 -0
- gbdtransformation/brands/mctm/__init__.py +3 -0
- gbdtransformation/brands/mctm/filters.py +65 -0
- gbdtransformation/brands/mctm/schema +128 -0
- gbdtransformation/brands/mctm/template.yml +122 -0
- gbdtransformation/brands/mdtm/__init__.py +3 -0
- gbdtransformation/brands/mdtm/filters.py +64 -0
- gbdtransformation/brands/mdtm/schema +128 -0
- gbdtransformation/brands/mdtm/template.yml +122 -0
- gbdtransformation/brands/metm/__init__.py +5 -0
- gbdtransformation/brands/metm/filters.py +87 -0
- gbdtransformation/brands/metm/schema +87 -0
- gbdtransformation/brands/metm/template.yml +1 -0
- gbdtransformation/brands/metm/tests/__init__.py +0 -0
- gbdtransformation/brands/mgtm/__init__.py +7 -0
- gbdtransformation/brands/mgtm/filters.py +73 -0
- gbdtransformation/brands/mgtm/schema +86 -0
- gbdtransformation/brands/mgtm/template.yml +1 -0
- gbdtransformation/brands/mgtm/tests/__init__.py +0 -0
- gbdtransformation/brands/mgtm/tests/test.xml +107 -0
- gbdtransformation/brands/mktm/__init__.py +6 -0
- gbdtransformation/brands/mktm/filters.py +63 -0
- gbdtransformation/brands/mktm/schema +80 -0
- gbdtransformation/brands/mktm/template.yml +112 -0
- gbdtransformation/brands/mntm/__init__.py +11 -0
- gbdtransformation/brands/mntm/filters.py +99 -0
- gbdtransformation/brands/mntm/schema +86 -0
- gbdtransformation/brands/mntm/template.yml +1 -0
- gbdtransformation/brands/mntm/tests/__init__.py +0 -0
- gbdtransformation/brands/mwtm/__init__.py +11 -0
- gbdtransformation/brands/mwtm/filters.py +80 -0
- gbdtransformation/brands/mwtm/schema +86 -0
- gbdtransformation/brands/mwtm/template.yml +1 -0
- gbdtransformation/brands/mwtm/tests/__init__.py +0 -0
- gbdtransformation/brands/mxtm/__init__.py +6 -0
- gbdtransformation/brands/mxtm/filters.py +77 -0
- gbdtransformation/brands/mxtm/schema +81 -0
- gbdtransformation/brands/mxtm/template.yml +127 -0
- gbdtransformation/brands/mytm/__init__.py +17 -0
- gbdtransformation/brands/mytm/filters.py +125 -0
- gbdtransformation/brands/mytm/schema +86 -0
- gbdtransformation/brands/mytm/template.yml +1 -0
- gbdtransformation/brands/mytm/tests/__init__.py +0 -0
- gbdtransformation/brands/mytm/tests/example.xml +132 -0
- gbdtransformation/brands/mytm/tests/mytm.xml +132 -0
- gbdtransformation/brands/mztm/__init__.py +14 -0
- gbdtransformation/brands/mztm/filters.py +89 -0
- gbdtransformation/brands/mztm/schema +86 -0
- gbdtransformation/brands/mztm/template.yml +1 -0
- gbdtransformation/brands/mztm/tests/__init__.py +0 -0
- gbdtransformation/brands/natm/__init__.py +11 -0
- gbdtransformation/brands/natm/filters.py +88 -0
- gbdtransformation/brands/natm/schema +86 -0
- gbdtransformation/brands/natm/template.yml +1 -0
- gbdtransformation/brands/natm/tests/__init__.py +0 -0
- gbdtransformation/brands/notm/__init__.py +5 -0
- gbdtransformation/brands/notm/filters.py +170 -0
- gbdtransformation/brands/notm/template.yml +289 -0
- gbdtransformation/brands/nztm/__init__.py +3 -0
- gbdtransformation/brands/nztm/filters.py +126 -0
- gbdtransformation/brands/nztm/schema +197 -0
- gbdtransformation/brands/nztm/template.yml +161 -0
- gbdtransformation/brands/oatm/__init__.py +18 -0
- gbdtransformation/brands/oatm/filters.py +82 -0
- gbdtransformation/brands/oatm/schema +87 -0
- gbdtransformation/brands/oatm/template.yml +1 -0
- gbdtransformation/brands/oatm/tests/__init__.py +0 -0
- gbdtransformation/brands/omtm/__init__.py +5 -0
- gbdtransformation/brands/omtm/filters.py +60 -0
- gbdtransformation/brands/omtm/schema +86 -0
- gbdtransformation/brands/omtm/template.yml +1 -0
- gbdtransformation/brands/omtm/tests/__init__.py +0 -0
- gbdtransformation/brands/omtm/tests/test.xml +84 -0
- gbdtransformation/brands/patm/__init__.py +8 -0
- gbdtransformation/brands/patm/filters.py +149 -0
- gbdtransformation/brands/patm/template.yml +40 -0
- gbdtransformation/brands/petm/__init__.py +6 -0
- gbdtransformation/brands/petm/filters.py +90 -0
- gbdtransformation/brands/petm/schema +114 -0
- gbdtransformation/brands/petm/template.yml +143 -0
- gbdtransformation/brands/pgtm/__init__.py +5 -0
- gbdtransformation/brands/pgtm/filters.py +76 -0
- gbdtransformation/brands/pgtm/schema +86 -0
- gbdtransformation/brands/pgtm/template.yml +1 -0
- gbdtransformation/brands/pgtm/tests/__init__.py +0 -0
- gbdtransformation/brands/pgtm/tests/pgtm.xml +128 -0
- gbdtransformation/brands/phtm/__init__.py +14 -0
- gbdtransformation/brands/phtm/filters.py +169 -0
- gbdtransformation/brands/phtm/schema +79 -0
- gbdtransformation/brands/phtm/schema.classic +50 -0
- gbdtransformation/brands/phtm/template.classic.yml +102 -0
- gbdtransformation/brands/phtm/template.yml +189 -0
- gbdtransformation/brands/pttm/__init__.py +0 -0
- gbdtransformation/brands/pttm/filters.py +0 -0
- gbdtransformation/brands/pttm/schema +0 -0
- gbdtransformation/brands/pttm/template.yml +0 -0
- gbdtransformation/brands/pytm/__init__.py +6 -0
- gbdtransformation/brands/pytm/filters.py +136 -0
- gbdtransformation/brands/pytm/template.yml +40 -0
- 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/rotm/__init__.py +3 -0
- gbdtransformation/brands/rotm/filters.py +82 -0
- gbdtransformation/brands/rotm/schema +128 -0
- gbdtransformation/brands/rotm/template.yml +121 -0
- gbdtransformation/brands/rstm/__init__.py +5 -0
- gbdtransformation/brands/rstm/filters.py +88 -0
- gbdtransformation/brands/rstm/schema +86 -0
- gbdtransformation/brands/rstm/template.yml +1 -0
- gbdtransformation/brands/rstm/tests/__init__.py +0 -0
- gbdtransformation/brands/rutm/__init__.py +14 -0
- gbdtransformation/brands/rutm/filters.py +82 -0
- gbdtransformation/brands/rutm/schema +94 -0
- gbdtransformation/brands/rutm/template.yml +105 -0
- gbdtransformation/brands/sdtm/__init__.py +5 -0
- gbdtransformation/brands/sdtm/filters.py +59 -0
- gbdtransformation/brands/sdtm/schema +86 -0
- gbdtransformation/brands/sdtm/template.yml +1 -0
- gbdtransformation/brands/sdtm/tests/__init__.py +0 -0
- gbdtransformation/brands/sdtm/tests/test.xml +84 -0
- gbdtransformation/brands/sgtm/__init__.py +16 -0
- gbdtransformation/brands/sgtm/filters.py +177 -0
- gbdtransformation/brands/sgtm/schema +213 -0
- gbdtransformation/brands/sgtm/template.article6ter.yml +48 -0
- gbdtransformation/brands/sgtm/template.r13.yml +45 -0
- gbdtransformation/brands/sgtm/template.trademark.yml +148 -0
- gbdtransformation/brands/sgtm/template.yml +9 -0
- gbdtransformation/brands/smtm/__init__.py +6 -0
- gbdtransformation/brands/smtm/filters.py +77 -0
- gbdtransformation/brands/smtm/schema +86 -0
- gbdtransformation/brands/smtm/template.yml +1 -0
- gbdtransformation/brands/smtm/tests/__init__.py +0 -0
- gbdtransformation/brands/smtm/tests/test.xml +133 -0
- gbdtransformation/brands/solrjtm/__init__.py +1 -0
- gbdtransformation/brands/solrjtm/filters.py +85 -0
- gbdtransformation/brands/solrjtm/template.yml +195 -0
- gbdtransformation/brands/st66tm/__init__.py +1 -0
- gbdtransformation/brands/st66tm/filters.py +33 -0
- gbdtransformation/brands/st66tm/st66tm.tmpl +219 -0
- gbdtransformation/brands/sttm/__init__.py +18 -0
- gbdtransformation/brands/sttm/filters.py +72 -0
- gbdtransformation/brands/sttm/schema +83 -0
- gbdtransformation/brands/sttm/template.yml +1 -0
- gbdtransformation/brands/sttm/tests/__init__.py +0 -0
- gbdtransformation/brands/sztm/__init__.py +14 -0
- gbdtransformation/brands/sztm/filters.py +72 -0
- gbdtransformation/brands/sztm/schema +86 -0
- gbdtransformation/brands/sztm/template.yml +1 -0
- gbdtransformation/brands/sztm/tests/__init__.py +0 -0
- gbdtransformation/brands/thtm/__init__.py +2 -0
- gbdtransformation/brands/thtm/filters.py +86 -0
- gbdtransformation/brands/thtm/schema +86 -0
- gbdtransformation/brands/thtm/template.yml +175 -0
- gbdtransformation/brands/thtm/tests/__init__.py +0 -0
- gbdtransformation/brands/thtm/tests/test.xml +84 -0
- gbdtransformation/brands/tntm/__init__.py +16 -0
- gbdtransformation/brands/tntm/filters.py +89 -0
- gbdtransformation/brands/tntm/schema +87 -0
- gbdtransformation/brands/tntm/template.yml +1 -0
- gbdtransformation/brands/tntm/tests/__init__.py +0 -0
- gbdtransformation/brands/totm/__init__.py +5 -0
- gbdtransformation/brands/totm/filters.py +72 -0
- gbdtransformation/brands/totm/schema +86 -0
- gbdtransformation/brands/totm/template.yml +1 -0
- gbdtransformation/brands/totm/tests/__init__.py +0 -0
- gbdtransformation/brands/totm/tests/nofeature.xml +106 -0
- gbdtransformation/brands/totm/tests/syntax.xml +162 -0
- gbdtransformation/brands/totm/tests/test.xml +84 -0
- gbdtransformation/brands/tttm/__init__.py +17 -0
- gbdtransformation/brands/tttm/filters.py +79 -0
- gbdtransformation/brands/tttm/schema +87 -0
- gbdtransformation/brands/tttm/template.yml +1 -0
- gbdtransformation/brands/tttm/tests/__init__.py +0 -0
- gbdtransformation/brands/uatm/__init__.py +18 -0
- gbdtransformation/brands/uatm/filters.py +70 -0
- gbdtransformation/brands/uatm/schema +158 -0
- gbdtransformation/brands/uatm/template.yml +148 -0
- gbdtransformation/brands/ustm/__init__.py +187 -0
- gbdtransformation/brands/ustm/filters.py +227 -0
- gbdtransformation/brands/ustm/schema +2183 -0
- gbdtransformation/brands/ustm/template.yml +219 -0
- gbdtransformation/brands/uytm/__init__.py +3 -0
- gbdtransformation/brands/uytm/filters.py +64 -0
- gbdtransformation/brands/uytm/schema +106 -0
- gbdtransformation/brands/uytm/template.yml +137 -0
- 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/__init__.py +9 -0
- gbdtransformation/brands/vntm/filters.py +84 -0
- gbdtransformation/brands/vntm/schema +86 -0
- gbdtransformation/brands/vntm/template.yml +1 -0
- gbdtransformation/brands/vntm/tests/__init__.py +0 -0
- gbdtransformation/brands/vutm/__init__.py +5 -0
- gbdtransformation/brands/vutm/filters.py +67 -0
- gbdtransformation/brands/vutm/schema +83 -0
- gbdtransformation/brands/vutm/template.yml +1 -0
- gbdtransformation/brands/vutm/tests/__init__.py +0 -0
- gbdtransformation/brands/whoinn/__init__.py +6 -0
- gbdtransformation/brands/whoinn/filters.py +46 -0
- gbdtransformation/brands/whoinn/schema +4 -0
- gbdtransformation/brands/whoinn/template.yml +45 -0
- gbdtransformation/brands/wo6ter/__init__.py +1 -0
- gbdtransformation/brands/wo6ter/filters.py +88 -0
- gbdtransformation/brands/wo6ter/template.yml +88 -0
- gbdtransformation/brands/woao/__init__.py +1 -0
- gbdtransformation/brands/woao/filters.py +107 -0
- gbdtransformation/brands/woao/schema +116 -0
- gbdtransformation/brands/woao/template.yml +90 -0
- gbdtransformation/brands/woptm/__init__.py +3 -0
- gbdtransformation/brands/woptm/filters.py +42 -0
- gbdtransformation/brands/woptm/template.yml +2 -0
- gbdtransformation/brands/wotm/__init__.py +3 -0
- gbdtransformation/brands/wotm/filters.py +127 -0
- gbdtransformation/brands/wotm/schema +218 -0
- gbdtransformation/brands/wotm/template.yml +220 -0
- gbdtransformation/brands/wstm/__init__.py +6 -0
- gbdtransformation/brands/wstm/filters.py +67 -0
- gbdtransformation/brands/wstm/schema +86 -0
- gbdtransformation/brands/wstm/template.yml +1 -0
- gbdtransformation/brands/wstm/tests/__init__.py +0 -0
- gbdtransformation/brands/wstm/tests/test.xml +132 -0
- gbdtransformation/brands/xxxx/__init__.py +6 -0
- gbdtransformation/brands/xxxx/filters.py +60 -0
- gbdtransformation/brands/xxxx/schema +4 -0
- gbdtransformation/brands/xxxx/template.yml +363 -0
- gbdtransformation/brands/zmtm/__init__.py +12 -0
- gbdtransformation/brands/zmtm/filters.py +79 -0
- gbdtransformation/brands/zmtm/schema +86 -0
- gbdtransformation/brands/zmtm/template.yml +1 -0
- gbdtransformation/brands/zmtm/tests/__init__.py +0 -0
- gbdtransformation/brands/zwtm/__init__.py +3 -0
- gbdtransformation/brands/zwtm/filters.py +86 -0
- gbdtransformation/brands/zwtm/schema +86 -0
- gbdtransformation/brands/zwtm/template.yml +1 -0
- gbdtransformation/brands/zwtm/tests/__init__.py +0 -0
- gbdtransformation/common/__init__.py +383 -0
- gbdtransformation/common/filters.py +418 -0
- gbdtransformation/common/jpap/__init__.py +1 -0
- gbdtransformation/common/jpap/filters.py +83 -0
- gbdtransformation/common/jpap/template.yml +37 -0
- gbdtransformation/common/jpbase/__init__.py +1 -0
- gbdtransformation/common/jpbase/filters.py +93 -0
- gbdtransformation/common/jpbase/template.yml +51 -0
- gbdtransformation/common/jprp/__init__.py +1 -0
- gbdtransformation/common/jprp/filters.py +86 -0
- gbdtransformation/common/jprp/template.yml +51 -0
- gbdtransformation/common/navigation.tmpl +12 -0
- gbdtransformation/commons/__init__.py +0 -0
- gbdtransformation/commons/emap/__init__.py +1 -0
- gbdtransformation/commons/emap/filters.py +16 -0
- gbdtransformation/commons/emap/template.yml +55 -0
- gbdtransformation/commons/emrp/__init__.py +1 -0
- gbdtransformation/commons/emrp/filters.py +14 -0
- gbdtransformation/commons/emrp/template.yml +53 -0
- gbdtransformation/commons/filters.py +3 -0
- gbdtransformation/designs/__init__.py +8 -0
- gbdtransformation/designs/alid/__init__.py +5 -0
- gbdtransformation/designs/alid/filters.py +69 -0
- gbdtransformation/designs/alid/schema +89 -0
- gbdtransformation/designs/alid/template.yml +1 -0
- 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/__init__.py +0 -0
- gbdtransformation/designs/ipas/filters.py +181 -0
- gbdtransformation/designs/ipas/template.yml +174 -0
- 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/__init__.py +2 -0
- gbdtransformation/designs/xxid/filters.py +60 -0
- gbdtransformation/designs/xxid/schema +4 -0
- gbdtransformation/designs/xxid/template.yml +358 -0
- gbdtransformation/execs-nico.py +709 -0
- gbdtransformation/execs.py +734 -0
- gbdtransformation/gbd-transform.exec.tgz +0 -0
- gbdtransformation/parser.py +190 -0
- gbdtransformation/renders.py +149 -0
- gbdtransformation/utilities/ISOCountryCodeType-V2006.xsd +1245 -0
- gbdtransformation/utilities/ISOCurrencyCodeType-V2001.xsd +855 -0
- gbdtransformation/utilities/ISOLanguageCodeType-V2002.xsd +715 -0
- gbdtransformation/utilities/WIPOST3CodeType-V2007.xsd +1151 -0
- gbdtransformation/utilities/__init__.py +0 -0
- gbdtransformation/utilities/st66.dot +2828 -0
- gbdtransformation/utilities/st66.pdf +0 -0
- gbdtransformation/utilities/st66.py +38700 -0
- gbdtransformation/utilities/st66.xsd +4174 -0
- schemas/ShazamConfig.py +35 -0
- schemas/__init__.py +0 -0
- schemas/schema_extractor.py +300 -0
- wipo_gbd_transformation-1.1.105.dist-info/LICENSE.md +687 -0
- wipo_gbd_transformation-1.1.105.dist-info/METADATA +25 -0
- wipo_gbd_transformation-1.1.105.dist-info/RECORD +607 -0
- wipo_gbd_transformation-1.1.105.dist-info/WHEEL +5 -0
- wipo_gbd_transformation-1.1.105.dist-info/entry_points.txt +6 -0
- wipo_gbd_transformation-1.1.105.dist-info/top_level.txt +2 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
render = 'JSON'
|
|
2
|
+
source = 'national'
|
|
3
|
+
|
|
4
|
+
# 94051818
|
|
5
|
+
# m201101864
|
|
6
|
+
# 20041111864
|
|
7
|
+
# 2004021818
|
|
8
|
+
# 2001031864
|
|
9
|
+
# 2001031864
|
|
10
|
+
# 51864/SU # ussr registration
|
|
11
|
+
appnum_mask = [ 'm\\d{4}(\\d*)',
|
|
12
|
+
'm\\d{4}(\\d*B?)',
|
|
13
|
+
'(\\d*)([A-Z]?)/(SU)',
|
|
14
|
+
'(\\d*)/(HT)/(SU)',
|
|
15
|
+
'\\d{2}(\\d{6})',
|
|
16
|
+
'\\d{4}(\\d*)([A-Z]?)',
|
|
17
|
+
'(\\d{2})-([A-Z]*)/(SU)',
|
|
18
|
+
'(\\d*)']
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
from gbdtransformation.common.filters import guess_language
|
|
2
|
+
|
|
3
|
+
def appnum_escape(appnum):
|
|
4
|
+
appnum = appnum.replace('\u0431', 'B') # 46618бSU
|
|
5
|
+
appnum = appnum.replace('\u0432', 'B') # 46618вSU
|
|
6
|
+
appnum = appnum.replace('\u0433', 'G') # 46618гSU
|
|
7
|
+
appnum = appnum.replace('\u0412', 'B')
|
|
8
|
+
appnum = appnum.replace('\u0430', 'A') # 6857а/SU
|
|
9
|
+
appnum = appnum.replace('\u0434', 'D') # 49229д/SU
|
|
10
|
+
appnum = appnum.replace('\u041d', 'H') # 567/НТ/SU
|
|
11
|
+
appnum = appnum.replace('\u0422', 'T') # 567/НТ/SU
|
|
12
|
+
appnum = appnum.replace('\u041a', 'K') # 32-HКTп/SU
|
|
13
|
+
appnum = appnum.replace('\u043f', 'N') # 32-HКTп/SU
|
|
14
|
+
|
|
15
|
+
return appnum
|
|
16
|
+
|
|
17
|
+
def format_date(value):
|
|
18
|
+
try:
|
|
19
|
+
return value[0: value.index('T')]
|
|
20
|
+
except:
|
|
21
|
+
return value
|
|
22
|
+
|
|
23
|
+
def translate_status(mark):
|
|
24
|
+
|
|
25
|
+
if mark.obj_state == '1':
|
|
26
|
+
if mark.data.application_status == 'active': return 'Pending'
|
|
27
|
+
if mark.data.application_status == 'stopped': return 'Ended'
|
|
28
|
+
# sometimes the application_status is missing => default to Pending
|
|
29
|
+
return 'Pending'
|
|
30
|
+
|
|
31
|
+
# if the obj_state not sent, consider (2)
|
|
32
|
+
if mark.obj_state == '2' or not mark.obj_state:
|
|
33
|
+
if mark.data.registration_status_color == 'green': return 'Registered'
|
|
34
|
+
if mark.data.registration_status_color == 'red': return 'Expired'
|
|
35
|
+
|
|
36
|
+
raise Exception('could not get status')
|
|
37
|
+
|
|
38
|
+
# uatm does not communicate MarkFeature
|
|
39
|
+
def guess_mark_feauture(vienna_codes):
|
|
40
|
+
if not(vienna_codes) or len(vienna_codes) == 0:
|
|
41
|
+
return 'Word'
|
|
42
|
+
|
|
43
|
+
codes_str = '/'.join(vienna_codes)
|
|
44
|
+
|
|
45
|
+
if(codes_str == '28.11.00' or codes_str == '27.07.00'):
|
|
46
|
+
return 'Word'
|
|
47
|
+
if(codes_str == '28.05.00'):
|
|
48
|
+
return 'Stylized characters'
|
|
49
|
+
try:
|
|
50
|
+
codes_str.index('28.11.00')
|
|
51
|
+
return 'Combined'
|
|
52
|
+
except: pass
|
|
53
|
+
try:
|
|
54
|
+
codes_str.index('28.05.00')
|
|
55
|
+
return 'Combined'
|
|
56
|
+
except: pass
|
|
57
|
+
|
|
58
|
+
return 'Figurative'
|
|
59
|
+
|
|
60
|
+
def get_gs_language(items):
|
|
61
|
+
if not(items): return
|
|
62
|
+
|
|
63
|
+
if not isinstance(items, list):
|
|
64
|
+
items = [items]
|
|
65
|
+
|
|
66
|
+
item = items[0]
|
|
67
|
+
# try:
|
|
68
|
+
# return item.ClassificationTermLanguageCode.lower()
|
|
69
|
+
# except:
|
|
70
|
+
return guess_language(item.ClassificationTermText, default='uk')
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
/mark
|
|
2
|
+
__/app_date
|
|
3
|
+
__/app_number
|
|
4
|
+
__/data
|
|
5
|
+
____/ApplicantDetails
|
|
6
|
+
______/Applicant
|
|
7
|
+
________/item
|
|
8
|
+
__________/ApplicantAddressBook
|
|
9
|
+
____________/FormattedNameAddress
|
|
10
|
+
______________/Address
|
|
11
|
+
________________/AddressCountryCode
|
|
12
|
+
________________/FreeFormatAddress
|
|
13
|
+
__________________/FreeFormatAddressLine
|
|
14
|
+
______________/Name
|
|
15
|
+
________________/FreeFormatName
|
|
16
|
+
__________________/EDRPOU
|
|
17
|
+
__________________/FreeFormatNameDetails
|
|
18
|
+
____________________/FreeFormatNameLine
|
|
19
|
+
__________________/NameKind
|
|
20
|
+
__________/ApplicantSequenceNumber
|
|
21
|
+
____/ApplicationDate
|
|
22
|
+
____/ApplicationNumber
|
|
23
|
+
____/AssociatedRegistrationApplicationDetails
|
|
24
|
+
______/AssociatedRegistrationApplication
|
|
25
|
+
________/AssociatedMarkDetails
|
|
26
|
+
__________/AssociatedMark
|
|
27
|
+
____________/item
|
|
28
|
+
______________/AssociatedApplicationDate
|
|
29
|
+
______________/AssociatedApplicationNumber
|
|
30
|
+
________/DivisionalApplicationDetails
|
|
31
|
+
__________/DivisionalApplication
|
|
32
|
+
____________/item
|
|
33
|
+
______________/InitialApplicationDate
|
|
34
|
+
______________/InitialApplicationNumber
|
|
35
|
+
____/Code_441
|
|
36
|
+
____/CorrespondenceAddress
|
|
37
|
+
______/Address
|
|
38
|
+
________/AddressCountryCode
|
|
39
|
+
________/AddressPostcode
|
|
40
|
+
________/FreeFormatAddressLine
|
|
41
|
+
______/CorrespondenceAddressBook
|
|
42
|
+
________/Address
|
|
43
|
+
__________/AddressCountryCode
|
|
44
|
+
__________/AddressPostcode
|
|
45
|
+
__________/FreeFormatAddressLine
|
|
46
|
+
________/Name
|
|
47
|
+
__________/FreeFormatNameLine
|
|
48
|
+
______/Name
|
|
49
|
+
________/FreeFormatNameLine
|
|
50
|
+
____/ExhibitionPriorityDetails
|
|
51
|
+
______/ExhibitionPriority
|
|
52
|
+
________/item
|
|
53
|
+
__________/ExhibitionCountryCode
|
|
54
|
+
__________/ExhibitionDate
|
|
55
|
+
__________/ExhibitionPartialIndicator
|
|
56
|
+
____/ExpiryDate
|
|
57
|
+
____/GoodsServicesDetails
|
|
58
|
+
______/GoodsServices
|
|
59
|
+
________/ClassDescriptionDetails
|
|
60
|
+
__________/ClassDescription
|
|
61
|
+
____________/item
|
|
62
|
+
______________/ClassNumber
|
|
63
|
+
______________/ClassificationTermDetails
|
|
64
|
+
________________/ClassificationTerm
|
|
65
|
+
__________________/item
|
|
66
|
+
____________________/ClassificationTermLanguageCode
|
|
67
|
+
____________________/ClassificationTermText
|
|
68
|
+
____/HolderDetails
|
|
69
|
+
______/Holder
|
|
70
|
+
________/item
|
|
71
|
+
__________/HolderAddressBook
|
|
72
|
+
____________/FormattedNameAddress
|
|
73
|
+
______________/Address
|
|
74
|
+
________________/AddressCountryCode
|
|
75
|
+
________________/FreeFormatAddress
|
|
76
|
+
__________________/FreeFormatAddressLine
|
|
77
|
+
______________/Name
|
|
78
|
+
________________/FreeFormatName
|
|
79
|
+
__________________/EDRPOU
|
|
80
|
+
__________________/FreeFormatNameDetails
|
|
81
|
+
____________________/FreeFormatNameLine
|
|
82
|
+
__________________/NameKind
|
|
83
|
+
__________/HolderSequenceNumber
|
|
84
|
+
____/MarkFeature
|
|
85
|
+
____/MarkImageDetails
|
|
86
|
+
______/MarkImage
|
|
87
|
+
________/MarkImageCategory
|
|
88
|
+
__________/CategoryCodeDetails
|
|
89
|
+
____________/CategoryCode
|
|
90
|
+
______________/item
|
|
91
|
+
________/MarkImageColourClaimedText
|
|
92
|
+
__________/item
|
|
93
|
+
____________/key
|
|
94
|
+
____________/key[@name=#text]
|
|
95
|
+
____________/key[@name=@sequenceNumber]
|
|
96
|
+
________/MarkImageColourIndicator
|
|
97
|
+
________/MarkImageFileFormat
|
|
98
|
+
________/MarkImageFilename
|
|
99
|
+
________/MarkImageRepresentationSize
|
|
100
|
+
__________/item
|
|
101
|
+
____________/MarkImageRenditionColourMode
|
|
102
|
+
____________/MarkImageRenditionRepresentationSize
|
|
103
|
+
______________/Height
|
|
104
|
+
______________/Resolution
|
|
105
|
+
______________/ResolutionUnit
|
|
106
|
+
______________/Unit
|
|
107
|
+
______________/Width
|
|
108
|
+
____/PriorityDetails
|
|
109
|
+
______/Priority
|
|
110
|
+
________/item
|
|
111
|
+
__________/PriorityCountryCode
|
|
112
|
+
__________/PriorityDate
|
|
113
|
+
__________/PriorityNumber
|
|
114
|
+
__________/PriorityPartialIndicator
|
|
115
|
+
____/ProlonagationExpiryDate
|
|
116
|
+
____/ProlongationDate
|
|
117
|
+
____/PublicationDetails
|
|
118
|
+
______/Publication
|
|
119
|
+
________/PublicationDate
|
|
120
|
+
________/PublicationIdentifier
|
|
121
|
+
________/PublicationSection
|
|
122
|
+
____/RegistrationDate
|
|
123
|
+
____/RegistrationNumber
|
|
124
|
+
____/RegistrationOfficeCode
|
|
125
|
+
____/RepresentativeDetails
|
|
126
|
+
______/Representative
|
|
127
|
+
________/item
|
|
128
|
+
__________/RepresentativeAddressBook
|
|
129
|
+
____________/FormattedNameAddress
|
|
130
|
+
______________/Address
|
|
131
|
+
________________/AddressCountryCode
|
|
132
|
+
________________/FreeFormatAddress
|
|
133
|
+
__________________/FreeFormatAddressLine
|
|
134
|
+
______________/Name
|
|
135
|
+
________________/FreeFormatName
|
|
136
|
+
__________________/FreeFormatNameDetails
|
|
137
|
+
____________________/FreeFormatNameDetails
|
|
138
|
+
______________________/FreeFormatNameLine
|
|
139
|
+
____/TerminationDate
|
|
140
|
+
____/UssrApplicationDetails
|
|
141
|
+
______/UssrApplication
|
|
142
|
+
________/UssrApplicationDate
|
|
143
|
+
________/UssrApplicationNumber
|
|
144
|
+
____/UssrRegistrationNumber
|
|
145
|
+
____/WordMarkSpecification
|
|
146
|
+
______/MarkSignificantVerbalElement
|
|
147
|
+
________/item
|
|
148
|
+
__________/key
|
|
149
|
+
__________/key[@name=#text]
|
|
150
|
+
__________/key[@name=@sequenceNumber]
|
|
151
|
+
____/application_status
|
|
152
|
+
____/registration_status_color
|
|
153
|
+
__/id
|
|
154
|
+
__/last_update
|
|
155
|
+
__/obj_state
|
|
156
|
+
__/obj_type
|
|
157
|
+
__/registration_date
|
|
158
|
+
__/registration_number
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
{% from 'navigation.tmpl' import match %}
|
|
2
|
+
{% from 'navigation.tmpl' import enumerate %}
|
|
3
|
+
|
|
4
|
+
{% set comma = "," %}
|
|
5
|
+
|
|
6
|
+
type: TRADEMARK
|
|
7
|
+
kind:
|
|
8
|
+
- Individual
|
|
9
|
+
statusDate: {{ mark.last_update | format_date }}
|
|
10
|
+
|
|
11
|
+
gbdStatus: {{ mark | translate_status }}
|
|
12
|
+
officeStatus: {{ mark | translate_status }}
|
|
13
|
+
|
|
14
|
+
{% call(data) match('data', mark) %}
|
|
15
|
+
registrationOfficeCode: UA
|
|
16
|
+
designatedCountries:
|
|
17
|
+
- UA
|
|
18
|
+
|
|
19
|
+
st13: {{ data.ApplicationNumber | appnum_escape | st13('UA', appdate=data.ApplicationDate) }}
|
|
20
|
+
applicationNumber: {{ data.ApplicationNumber | appnum_escape }}
|
|
21
|
+
applicationDate: {{ mark.app_date | format_date }}
|
|
22
|
+
registrationNumber: {{ data.RegistrationNumber }}
|
|
23
|
+
registrationDate: {{ data.RegistrationDate }}
|
|
24
|
+
terminationDate: {{ data.TerminationDate }}
|
|
25
|
+
expiryDate: {{ data.ProlonagationExpiryDate or data.ExpiryDate }}
|
|
26
|
+
|
|
27
|
+
applicationLanguageCode: uk
|
|
28
|
+
secondLanguageCode: en
|
|
29
|
+
markFeature: {{ data.MarkImageDetails.MarkImage.MarkImageCategory.CategoryCodeDetails.CategoryCode.item | guess_mark_feauture }}
|
|
30
|
+
|
|
31
|
+
wordMarkSpecification:
|
|
32
|
+
{% set verbal = data.WordMarkSpecification.MarkSignificantVerbalElement.item | first %}
|
|
33
|
+
{% call(key) match('key', verbal) %}
|
|
34
|
+
{% if key._name == '#text' %}
|
|
35
|
+
markVerbalElement:
|
|
36
|
+
- text: {{ key.__value }}
|
|
37
|
+
languageCode: {{ key.__value | guess_language(default='uk') }}
|
|
38
|
+
{% endif %}
|
|
39
|
+
{% endcall %}
|
|
40
|
+
|
|
41
|
+
markImageDetails:
|
|
42
|
+
{% call(img) match('MarkImageDetails.MarkImage', data) %}
|
|
43
|
+
- name: {{ img.MarkImageFilename }}
|
|
44
|
+
colourIndicator: {{ img.MarkImageColourIndicator | get_true_or_false }}
|
|
45
|
+
colourClaimed:
|
|
46
|
+
{% call(item) match('MarkImageColourClaimedText.item', img) %}
|
|
47
|
+
{% call(key) match('key', item) %}
|
|
48
|
+
{% if key._name == '#text' %}
|
|
49
|
+
- text: {{ key.__value }}
|
|
50
|
+
languageCode: {{ key.__value | guess_language(default='uk') }}
|
|
51
|
+
{% endif %}
|
|
52
|
+
{% endcall %}
|
|
53
|
+
{% endcall %}
|
|
54
|
+
|
|
55
|
+
{% call(classification) match('MarkImageCategory.CategoryCodeDetails.CategoryCode', img)%}
|
|
56
|
+
classification:
|
|
57
|
+
kind: Vienna
|
|
58
|
+
version: {{ ASK_THE_OFFICE }}
|
|
59
|
+
code:
|
|
60
|
+
{% call(vc) match('item', classification) %}
|
|
61
|
+
- {{ vc }}
|
|
62
|
+
{% endcall %}
|
|
63
|
+
{% endcall %}
|
|
64
|
+
{% endcall %}
|
|
65
|
+
|
|
66
|
+
{% if data.GoodsServicesDetails %}
|
|
67
|
+
goodsServicesClassification:
|
|
68
|
+
kind: Nice
|
|
69
|
+
version: {{ ASK_THE_OFFICE }}
|
|
70
|
+
class:
|
|
71
|
+
{% call(gs) match('GoodsServicesDetails.GoodsServices.ClassDescriptionDetails.ClassDescription.item', data)%}
|
|
72
|
+
- code: {{ gs.ClassNumber | int }}
|
|
73
|
+
terms:
|
|
74
|
+
{% if gs.ClassificationTermDetails %}
|
|
75
|
+
{{ gs.ClassificationTermDetails.ClassificationTerm.item | get_gs_language | field_name }}:
|
|
76
|
+
{% call(gsline) match('ClassificationTermDetails.ClassificationTerm.item', gs)%}
|
|
77
|
+
- {{ gsline.ClassificationTermText | remove_trailing(comma) | lower }}
|
|
78
|
+
{% endcall %}
|
|
79
|
+
{% endif %}
|
|
80
|
+
{% endcall %}
|
|
81
|
+
{% endif %}
|
|
82
|
+
|
|
83
|
+
priorities:
|
|
84
|
+
{% call(priority) match('PriorityDetails.Priority.item', data) %}
|
|
85
|
+
- countryCode: {{ priority.PriorityCountryCode }}
|
|
86
|
+
number: {{ priority.PriorityNumber }}
|
|
87
|
+
date: {{ priority.PriorityDate | convertdate('%d.%m.%Y') }}
|
|
88
|
+
{% endcall %}
|
|
89
|
+
|
|
90
|
+
publications:
|
|
91
|
+
{% call(publication) match('PublicationDetails.Publication', data) %}
|
|
92
|
+
- identifier: {{ publication.PublicationIdentifier }}
|
|
93
|
+
date: {{ publication.PublicationDate | convertdate('%d.%m.%Y') }}
|
|
94
|
+
date: {{ publication.PublicationSection }}
|
|
95
|
+
{% endcall %}
|
|
96
|
+
|
|
97
|
+
applicants:
|
|
98
|
+
{% call(applicant) match('ApplicantDetails.Applicant.item', data) %}
|
|
99
|
+
{% call(details) match('ApplicantAddressBook.FormattedNameAddress.Name.FreeFormatName', applicant) %}
|
|
100
|
+
- identifier: {{ details.EDRPOU }}
|
|
101
|
+
kind: {{ details.NameKind }}
|
|
102
|
+
fullName:
|
|
103
|
+
- text: {{ details.FreeFormatNameDetails.FreeFormatNameLine }}
|
|
104
|
+
languageCode: {{ details.FreeFormatNameDetails.FreeFormatNameLine | guess_language(default='uk') }}
|
|
105
|
+
{% endcall %}
|
|
106
|
+
{% call(address) match('ApplicantAddressBook.FormattedNameAddress.Address', applicant) %}
|
|
107
|
+
fullAddress:
|
|
108
|
+
- text: {{ address.FreeFormatAddress.FreeFormatAddressLine | remove_trailing('*') }}
|
|
109
|
+
languageCode: {{ address.FreeFormatAddress.FreeFormatAddressLine | guess_language(default='uk') }}
|
|
110
|
+
countryCode: {{ address.AddressCountryCode }}
|
|
111
|
+
{% endcall %}
|
|
112
|
+
{% endcall %}
|
|
113
|
+
|
|
114
|
+
representatives:
|
|
115
|
+
{% call(representative) match('RepresentativeDetails.Representative.item', data) %}
|
|
116
|
+
{% call(details) match('RepresentativeAddressBook.FormattedNameAddress.Name.FreeFormatName', representative) %}
|
|
117
|
+
- identifier: {{ details.EDRPOU }}
|
|
118
|
+
fullName:
|
|
119
|
+
- text: {{ details.FreeFormatNameDetails.FreeFormatNameDetails.FreeFormatNameLine }}
|
|
120
|
+
languageCode: {{ details.FreeFormatNameDetails.FreeFormatNameDetails.FreeFormatNameLine | guess_language(default='uk') }}
|
|
121
|
+
{% endcall %}
|
|
122
|
+
{% call(address) match('RepresentativeAddressBook.FormattedNameAddress.Address', representative) %}
|
|
123
|
+
fullAddress:
|
|
124
|
+
- text: {{ address.FreeFormatAddress.FreeFormatAddressLine | remove_trailing('*') }}
|
|
125
|
+
languageCode: {{ address.FreeFormatAddress.FreeFormatAddressLine | guess_language(default='uk') }}
|
|
126
|
+
countryCode: {{ address.AddressCountryCode }}
|
|
127
|
+
{% endcall %}
|
|
128
|
+
{% endcall %}
|
|
129
|
+
|
|
130
|
+
{% call(correspondence) match('CorrespondenceAddress.CorrespondenceAddressBook', data) %}
|
|
131
|
+
correspondence:
|
|
132
|
+
fullName:
|
|
133
|
+
- text: {{ correspondence.Name.FreeFormatNameLine }}
|
|
134
|
+
languageCode: {{ correspondence.Name.FreeFormatNameLine | guess_language(default='uk') }}
|
|
135
|
+
fullAddress:
|
|
136
|
+
- text: {{ correspondence.Address.FreeFormatAddressLine }}
|
|
137
|
+
languageCode: {{ correspondence.Address.FreeFormatAddressLine | guess_language(default='uk') }}
|
|
138
|
+
countryCode: {{ correspondence.Address.AddressCountryCode }}
|
|
139
|
+
{% endcall %}
|
|
140
|
+
|
|
141
|
+
extra:
|
|
142
|
+
id: {{ mark.id }}
|
|
143
|
+
{% call(ussr) match('UssrApplicationDetails.UssrApplication', data) %}
|
|
144
|
+
ussr:
|
|
145
|
+
number: {{ ussr.UssrApplicationNumber }}
|
|
146
|
+
date: {{ ussr.UssrApplicationDate }}
|
|
147
|
+
{% endcall %}
|
|
148
|
+
{% endcall %}
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
# instruction to render the output to JSON format
|
|
2
|
+
render = 'JSON'
|
|
3
|
+
source = 'national'
|
|
4
|
+
|
|
5
|
+
status_map = {
|
|
6
|
+
'000': {'gbd': 'Delete', 'office': 'Indifferent'},
|
|
7
|
+
'626': {'gbd': 'Delete', 'office': 'Dead/Cancelled'},
|
|
8
|
+
|
|
9
|
+
'622': {'gbd': 'Other', 'office': 'Indifferent'},
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
'401': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
13
|
+
'400': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
14
|
+
'402': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
15
|
+
'403': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
16
|
+
'404': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
17
|
+
'405': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
18
|
+
'406': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
19
|
+
'411': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
20
|
+
'412': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
21
|
+
'414': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
22
|
+
'415': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
23
|
+
'416': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
24
|
+
'417': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
25
|
+
|
|
26
|
+
'600': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
27
|
+
'601': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
28
|
+
'602': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
29
|
+
'603': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
30
|
+
'604': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
31
|
+
'605': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
32
|
+
'606': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
33
|
+
'607': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
34
|
+
'608': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
35
|
+
'609': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
36
|
+
'610': {'gbd': 'Ended', 'office': 'Dead'},
|
|
37
|
+
'612': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
38
|
+
'614': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
39
|
+
'618': {'gbd': 'Ended', 'office': 'Dead/Abandoned'},
|
|
40
|
+
'632': {'gbd': 'Ended', 'office': 'Dead'},
|
|
41
|
+
|
|
42
|
+
'709': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
43
|
+
'710': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
44
|
+
'711': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
45
|
+
'712': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
46
|
+
'713': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
47
|
+
'714': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
48
|
+
'781': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
49
|
+
'782': {'gbd': 'Ended', 'office': 'Dead/Cancelled'},
|
|
50
|
+
|
|
51
|
+
'700': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
52
|
+
'701': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
53
|
+
'702': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
54
|
+
'703': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
55
|
+
'704': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
56
|
+
'705': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
57
|
+
'706': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
58
|
+
'707': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
59
|
+
'708': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
60
|
+
'717': {'gbd': 'Registered', 'office': 'Live'},
|
|
61
|
+
'624': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
62
|
+
'625': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
63
|
+
|
|
64
|
+
'778': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
65
|
+
'780': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
66
|
+
'790': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
67
|
+
'739': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
68
|
+
'800': {'gbd': 'Registered', 'office': 'Live/Registered'},
|
|
69
|
+
|
|
70
|
+
'410': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
71
|
+
'413': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
72
|
+
|
|
73
|
+
'616': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
74
|
+
'620': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
75
|
+
'630': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
76
|
+
'631': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
77
|
+
'638': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
78
|
+
'640': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
79
|
+
'641': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
80
|
+
'642': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
81
|
+
'643': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
82
|
+
'644': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
83
|
+
'645': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
84
|
+
'646': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
85
|
+
'647': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
86
|
+
'648': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
87
|
+
'649': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
88
|
+
'650': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
89
|
+
'651': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
90
|
+
'652': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
91
|
+
'653': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
92
|
+
'654': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
93
|
+
'655': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
94
|
+
'656': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
95
|
+
'657': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
96
|
+
'658': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
97
|
+
'659': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
98
|
+
'660': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
99
|
+
'661': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
100
|
+
'663': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
101
|
+
'664': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
102
|
+
'665': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
103
|
+
'666': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
104
|
+
'667': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
105
|
+
'668': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
106
|
+
'672': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
107
|
+
'680': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
108
|
+
'681': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
109
|
+
'682': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
110
|
+
'686': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
111
|
+
'688': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
112
|
+
'689': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
113
|
+
'690': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
114
|
+
'692': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
115
|
+
'693': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
116
|
+
'694': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
117
|
+
|
|
118
|
+
'718': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
119
|
+
'719': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
120
|
+
'720': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
121
|
+
'721': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
122
|
+
'722': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
123
|
+
'724': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
124
|
+
'725': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
125
|
+
'730': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
126
|
+
'731': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
127
|
+
'732': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
128
|
+
'733': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
129
|
+
'734': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
130
|
+
|
|
131
|
+
'740': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
132
|
+
'744': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
133
|
+
'745': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
134
|
+
'746': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
135
|
+
'748': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
136
|
+
'752': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
137
|
+
'753': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
138
|
+
'756': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
139
|
+
'757': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
140
|
+
'760': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
141
|
+
'762': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
142
|
+
'763': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
143
|
+
'764': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
144
|
+
'765': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
145
|
+
'766': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
146
|
+
'771': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
147
|
+
'772': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
148
|
+
'773': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
149
|
+
'774': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
150
|
+
'775': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
151
|
+
'777': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
152
|
+
'779': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
153
|
+
'794': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
154
|
+
'801': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
155
|
+
'802': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
156
|
+
'803': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
157
|
+
'804': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
158
|
+
'806': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
159
|
+
'807': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
160
|
+
'808': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
161
|
+
'809': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
162
|
+
'810': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
163
|
+
'811': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
164
|
+
'812': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
165
|
+
'813': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
166
|
+
'814': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
167
|
+
'815': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
168
|
+
'816': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
169
|
+
'817': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
170
|
+
'818': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
171
|
+
'819': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
172
|
+
'820': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
173
|
+
'821': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
174
|
+
'822': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
175
|
+
'823': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
176
|
+
'824': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
177
|
+
'825': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
178
|
+
|
|
179
|
+
'715': {'gbd': 'Pending', 'office': 'Indifferent/Cancelled'},
|
|
180
|
+
|
|
181
|
+
'900': {'gbd': 'Expired', 'office': 'Dead/Expired'},
|
|
182
|
+
'901': {'gbd': 'Ended', 'office': 'Dead'},
|
|
183
|
+
'968': {'gbd': 'Ended', 'office': 'Dead'},
|
|
184
|
+
'969': {'gbd': 'Pending', 'office': 'Live/Pending'},
|
|
185
|
+
'973': {'gbd': 'Unknown', 'office': 'Suspended Pending Administrative Review'}
|
|
186
|
+
|
|
187
|
+
}
|