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,79 @@
|
|
|
1
|
+
/Transaction
|
|
2
|
+
__/TradeMarkTransactionBody
|
|
3
|
+
____/TransactionContentDetails
|
|
4
|
+
______/TransactionCode
|
|
5
|
+
______/TransactionData
|
|
6
|
+
________/TradeMarkApplication
|
|
7
|
+
__________/TradeMarkDetails
|
|
8
|
+
____________/TradeMark
|
|
9
|
+
______________/ApplicantDetails
|
|
10
|
+
________________/Applicant
|
|
11
|
+
__________________/ApplicantAddressBook
|
|
12
|
+
____________________/FormattedNameAddress
|
|
13
|
+
______________________/Address
|
|
14
|
+
________________________/AddressCountryCode
|
|
15
|
+
______________________/Name
|
|
16
|
+
________________________/FreeFormatName
|
|
17
|
+
__________________________/FreeFormatNameDetails
|
|
18
|
+
____________________________/FreeFormatNameLine
|
|
19
|
+
____________________________/FreeFormatNameLine[@languageCode=en]
|
|
20
|
+
______________/ApplicationDate
|
|
21
|
+
______________/ApplicationLanguageCode
|
|
22
|
+
______________/ApplicationNumber
|
|
23
|
+
______________/ExpiryDate
|
|
24
|
+
______________/GoodsServicesDetails
|
|
25
|
+
________________/GoodsServices
|
|
26
|
+
__________________/ClassDescriptionDetails
|
|
27
|
+
____________________/ClassDescription
|
|
28
|
+
______________________/ClassNumber
|
|
29
|
+
______________________/GoodsServicesDescription
|
|
30
|
+
______________________/GoodsServicesDescription[@languageCode=en]
|
|
31
|
+
______________/MarkCurrentStatusCode
|
|
32
|
+
______________/MarkCurrentStatusDate
|
|
33
|
+
______________/MarkDisclaimerDetails
|
|
34
|
+
________________/MarkDisclaimer
|
|
35
|
+
________________/MarkDisclaimer[@languageCode=en]
|
|
36
|
+
______________/MarkEventDetails
|
|
37
|
+
________________/MarkEvent
|
|
38
|
+
__________________/MarkEventCode
|
|
39
|
+
__________________/MarkEventDate
|
|
40
|
+
__________________/OfficeSpecificMarkEventName
|
|
41
|
+
______________/MarkFeature
|
|
42
|
+
______________/MarkImageDetails
|
|
43
|
+
________________/MarkImage
|
|
44
|
+
__________________/MarkImageCategory
|
|
45
|
+
____________________/CategoryCodeDetails
|
|
46
|
+
______________________/CategoryCode
|
|
47
|
+
____________________/CategoryKind
|
|
48
|
+
____________________/CategoryVersion
|
|
49
|
+
__________________/MarkImageFileFormat
|
|
50
|
+
__________________/MarkImageFilename
|
|
51
|
+
______________/PriorityDetails
|
|
52
|
+
________________/Priority
|
|
53
|
+
__________________/PriorityCountryCode
|
|
54
|
+
__________________/PriorityDate
|
|
55
|
+
__________________/PriorityNumber
|
|
56
|
+
______________/PublicationDetails
|
|
57
|
+
________________/Publication
|
|
58
|
+
__________________/PublicationDate
|
|
59
|
+
__________________/PublicationIdentifier
|
|
60
|
+
__________________/PublicationSection
|
|
61
|
+
______________/RegistrationDate
|
|
62
|
+
______________/RegistrationNumber
|
|
63
|
+
______________/RegistrationOfficeCode
|
|
64
|
+
______________/RepresentativeDetails
|
|
65
|
+
________________/Representative
|
|
66
|
+
__________________/RepresentativeAddressBook
|
|
67
|
+
____________________/FormattedNameAddress
|
|
68
|
+
______________________/Address
|
|
69
|
+
________________________/AddressCountryCode
|
|
70
|
+
______________________/Name
|
|
71
|
+
________________________/FreeFormatName
|
|
72
|
+
__________________________/FreeFormatNameDetails
|
|
73
|
+
____________________________/FreeFormatNameLine
|
|
74
|
+
____________________________/FreeFormatNameLine[@languageCode=en]
|
|
75
|
+
______________/WordMarkSpecification
|
|
76
|
+
________________/MarkVerbalElementText
|
|
77
|
+
________________/MarkVerbalElementText[@languageCode=en]
|
|
78
|
+
______/TransactionIdentifier
|
|
79
|
+
______/TransactionSubCode
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/RECORD
|
|
2
|
+
__/AGENT
|
|
3
|
+
____/ADDR_STREET
|
|
4
|
+
____/AGENT_CODE
|
|
5
|
+
____/CITY_NAME
|
|
6
|
+
____/PERSON_NAME
|
|
7
|
+
____/PROVINCE_NAME
|
|
8
|
+
__/APPL_SUBTYP
|
|
9
|
+
__/APPL_TYP
|
|
10
|
+
__/APPNO
|
|
11
|
+
__/EXPIRATION_DATE
|
|
12
|
+
__/FILE_NBR
|
|
13
|
+
__/FILE_SEQ
|
|
14
|
+
__/FILE_SER
|
|
15
|
+
__/FILE_TYP
|
|
16
|
+
__/FILING_DATE
|
|
17
|
+
__/LAW_CODE
|
|
18
|
+
__/LOGO
|
|
19
|
+
____/LOGO
|
|
20
|
+
__/NICE_CLASS
|
|
21
|
+
____/NICE_CLASS_CODE
|
|
22
|
+
____/NICE_CLASS_DESCRIPTION
|
|
23
|
+
__/OWNER
|
|
24
|
+
____/ADDR_STREET
|
|
25
|
+
____/CITY_NAME
|
|
26
|
+
____/NATIONALITY_COUNTRY_CODE
|
|
27
|
+
____/PERSON_NAME
|
|
28
|
+
____/PROVINCE_NAME
|
|
29
|
+
____/RESIDENCE_COUNTRY_CODE
|
|
30
|
+
____/STATE_CODE
|
|
31
|
+
____/STATE_NAME
|
|
32
|
+
__/PRIORITIES
|
|
33
|
+
____/COUNTRY_CODE
|
|
34
|
+
____/PRIORITY_APPL_ID
|
|
35
|
+
____/PRIORITY_DATE
|
|
36
|
+
__/PUBLICATION_DATE
|
|
37
|
+
__/REGISTRATION_DATE
|
|
38
|
+
__/REGISTRATION_NBR
|
|
39
|
+
__/SIGN_TYPE
|
|
40
|
+
__/STATUS_CATEGORY
|
|
41
|
+
__/STATUS_DATE
|
|
42
|
+
__/STATUS_NAME
|
|
43
|
+
__/TITLE
|
|
44
|
+
__/VIENNA
|
|
45
|
+
____/VIENNA_CLASS_CODE
|
|
46
|
+
____/VIENNA_ELEM_CODE
|
|
47
|
+
____/VIENNA_GROUP_CODE
|
|
48
|
+
____/VIENNA_NAME
|
|
49
|
+
____/VIENNA_TEXT
|
|
50
|
+
__/sign_type
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
{% from 'navigation.tmpl' import match %}
|
|
2
|
+
{% set status = RECORD | translate_status %}
|
|
3
|
+
|
|
4
|
+
type: TRADEMARK
|
|
5
|
+
kind:
|
|
6
|
+
- Individual
|
|
7
|
+
|
|
8
|
+
st13: {{ RECORD.APPNO | st13('PH') }}
|
|
9
|
+
|
|
10
|
+
markFeature: {{ RECORD.SIGN_TYPE | translate_feature}}
|
|
11
|
+
registrationOfficeCode: PH
|
|
12
|
+
designatedCountries:
|
|
13
|
+
- PH
|
|
14
|
+
|
|
15
|
+
applicationNumber: {{ RECORD.APPNO }}
|
|
16
|
+
applicationDate: {{ RECORD.FILING_DATE | convertdate('%Y-%m-%dT%H:%M:%S')}}
|
|
17
|
+
registrationNumber: {{ RECORD.REGISTRATION_NBR }}
|
|
18
|
+
registrationDate: {{ RECORD.REGISTRATION_DATE | convertdate('%Y-%m-%dT%H:%M:%S')}}
|
|
19
|
+
|
|
20
|
+
reference:
|
|
21
|
+
{% if RECORD.APPL_TYP == 'M' %}
|
|
22
|
+
office: WO
|
|
23
|
+
registration:
|
|
24
|
+
- number: {{ RECORD.FILE_NBR }}
|
|
25
|
+
{% endif %}
|
|
26
|
+
|
|
27
|
+
applicationLanguageCode: en
|
|
28
|
+
expiryDate: {{ RECORD.EXPIRATION_DATE | convertdate('%Y-%m-%dT%H:%M:%S')}}
|
|
29
|
+
{% if status == 'Ended' %}
|
|
30
|
+
terminationDate: {{ RECORD.EXPIRATION_DATE | convertdate('%Y-%m-%dT%H:%M:%S')}}
|
|
31
|
+
{% endif %}
|
|
32
|
+
|
|
33
|
+
officeStatus: {{ RECORD.STATUS_NAME }}
|
|
34
|
+
gbdStatus: {{ status }}
|
|
35
|
+
statusDate: {{ RECORD.STATUS_DATE | convertdate2('%m/%d/%Y;%b\t%d\t%Y')}}
|
|
36
|
+
|
|
37
|
+
{% if RECORD.TITLE %}
|
|
38
|
+
wordMarkSpecification:
|
|
39
|
+
markVerbalElement:
|
|
40
|
+
- languageCode: en
|
|
41
|
+
text: {{ RECORD.TITLE}}
|
|
42
|
+
{% endif %}
|
|
43
|
+
|
|
44
|
+
{% if RECORD.SIGN_TYPE == 'B' or RECORD.SIGN_TYPE == 'L' %}
|
|
45
|
+
markImageDetails:
|
|
46
|
+
- name: {{ RECORD.LOGO.LOGO }}
|
|
47
|
+
{% if RECORD.VIENNA %}
|
|
48
|
+
classification:
|
|
49
|
+
kind: Vienna
|
|
50
|
+
code:
|
|
51
|
+
{% call(vienna) match('VIENNA', RECORD) %}
|
|
52
|
+
- {{ vienna.VIENNA_TEXT | pad_vienna }}
|
|
53
|
+
{% endcall %}
|
|
54
|
+
{% endif %}
|
|
55
|
+
{% endif %}
|
|
56
|
+
|
|
57
|
+
{% if RECORD.NICE_CLASS %}
|
|
58
|
+
goodsServicesClassification:
|
|
59
|
+
kind: Nice
|
|
60
|
+
version: {{ ASK_THE_OFFICE }}
|
|
61
|
+
class:
|
|
62
|
+
{% call(nice) match('NICE_CLASS', RECORD) %}
|
|
63
|
+
- code: {{ nice.NICE_CLASS_CODE | int }}
|
|
64
|
+
terms:
|
|
65
|
+
en:
|
|
66
|
+
{% for gsline in nice.NICE_CLASS_DESCRIPTION | split_terms %}
|
|
67
|
+
- {{ gsline | remove_trailing('.') | lower }}
|
|
68
|
+
{% endfor %}
|
|
69
|
+
{% endcall %}
|
|
70
|
+
{% endif %}
|
|
71
|
+
|
|
72
|
+
priorities:
|
|
73
|
+
{% call(priority) match('PRIORITIES', RECORD) %}
|
|
74
|
+
- countryCode: {{ priority.COUNTRY_CODE }}
|
|
75
|
+
number: {{ priority.PRIORITY_APPL_ID | remove_trailing('-') }}
|
|
76
|
+
date: {{ priority.PRIORITY_DATE | convertdate('%Y-%m-%dT%H:%M:%S')}}
|
|
77
|
+
{% endcall %}
|
|
78
|
+
|
|
79
|
+
applicants:
|
|
80
|
+
{% call(applicant) match('OWNER', RECORD) %}
|
|
81
|
+
- fullName:
|
|
82
|
+
- text: {{ applicant.PERSON_NAME }}
|
|
83
|
+
languageCode: en
|
|
84
|
+
countryCode: {{ applicant.RESIDENCE_COUNTRY_CODE | remove_trailing('-', '.') }}
|
|
85
|
+
fullAddress:
|
|
86
|
+
- text: {{ applicant | get_address }}
|
|
87
|
+
languageCode: en
|
|
88
|
+
{% endcall %}
|
|
89
|
+
|
|
90
|
+
representatives:
|
|
91
|
+
{% call(rep) match('AGENT', RECORD) %}
|
|
92
|
+
{% if rep.PERSON_NAME %}
|
|
93
|
+
- identifier: {{ rep.AGENT_CODE }}
|
|
94
|
+
fullName:
|
|
95
|
+
- text: {{ rep.PERSON_NAME }}
|
|
96
|
+
languageCode: en
|
|
97
|
+
countryCode: PH
|
|
98
|
+
fullAddress:
|
|
99
|
+
- text: {{ rep | get_address }}
|
|
100
|
+
languageCode: en
|
|
101
|
+
{% endif %}
|
|
102
|
+
{% endcall %}
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
{% from 'navigation.tmpl' import match %}
|
|
2
|
+
|
|
3
|
+
{% call(header) match('TradeMarkTransactionBody.TransactionContentDetails', Transaction) %}
|
|
4
|
+
|
|
5
|
+
{% set type = header | translate_type %}
|
|
6
|
+
type: {{ type }}
|
|
7
|
+
|
|
8
|
+
{% call(trademark) match('TransactionData.TradeMarkApplication.TradeMarkDetails.TradeMark', header) %}
|
|
9
|
+
|
|
10
|
+
{% set kind = trademark | translate_kind(header) %}
|
|
11
|
+
|
|
12
|
+
kind: {{ kind }}
|
|
13
|
+
|
|
14
|
+
reference:
|
|
15
|
+
{% if header | is_international %}
|
|
16
|
+
office: WO
|
|
17
|
+
registration:
|
|
18
|
+
- number: {{ trademark.ApplicationNumber | get_ir_refnum }}
|
|
19
|
+
{% endif %}
|
|
20
|
+
{% if not type == 'TRADEMARK' %}
|
|
21
|
+
office: {{ trademark.RegistrationOfficeCode }}
|
|
22
|
+
{% endif %}
|
|
23
|
+
|
|
24
|
+
registrationOfficeCode: {{ trademark.RegistrationOfficeCode }}
|
|
25
|
+
designatedCountries:
|
|
26
|
+
- {{ trademark.RegistrationOfficeCode }}
|
|
27
|
+
|
|
28
|
+
applicationLanguageCode: {{ trademark.ApplicationLanguageCode }}
|
|
29
|
+
|
|
30
|
+
{% set tmstatus = trademark | translate_status %}
|
|
31
|
+
{% set appdate = trademark.ApplicationDate %}
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
gbdStatus: {{ tmstatus }}
|
|
35
|
+
officeStatus: {{ trademark.MarkCurrentStatusCode | parseStatus }}
|
|
36
|
+
statusDate: {{ trademark.MarkCurrentStatusDate }}
|
|
37
|
+
publicationDate: {{ (trademark.PublicationDetails.Publication | last).PublicationDate }}
|
|
38
|
+
|
|
39
|
+
markFeature: {{ trademark | translate_feature }}
|
|
40
|
+
|
|
41
|
+
st13: {{ trademark.ApplicationNumber | st13(trademark.RegistrationOfficeCode, type=type, appdate=appdate) }}
|
|
42
|
+
applicationNumber: {{ trademark.ApplicationNumber }}
|
|
43
|
+
applicationDate: {{ trademark.ApplicationDate }}
|
|
44
|
+
registrationNumber: {{ trademark | get_registration_nb(tmstatus) | remove_trailing('-') }}
|
|
45
|
+
registrationDate: {{ trademark | get_registration_date(tmstatus) }}
|
|
46
|
+
|
|
47
|
+
expiryDate: {{ trademark | get_expiry_date(tmstatus) }}
|
|
48
|
+
|
|
49
|
+
{% if tmstatus == 'Ended' %}
|
|
50
|
+
terminationDate: {{ trademark.MarkCurrentStatusDate }}
|
|
51
|
+
{% endif %}
|
|
52
|
+
|
|
53
|
+
markDisclaimerDetails:
|
|
54
|
+
{% call(disclaimer) match('MarkDisclaimerDetails.MarkDisclaimer', trademark) %}
|
|
55
|
+
{% if disclaimer.__value != 'N/A' and disclaimer.__value != 'NONE' and disclaimer.__value != 'None' %}
|
|
56
|
+
- text: {{ disclaimer.__value }}
|
|
57
|
+
languageCode: {{ disclaimer.__value | guess_language(disclaimer._languageCode, default=trademark.ApplicationLanguageCode) }}
|
|
58
|
+
{% endif %}
|
|
59
|
+
{% endcall %}
|
|
60
|
+
|
|
61
|
+
wordMarkSpecification:
|
|
62
|
+
{% call(wordSpec) match('WordMarkSpecification', trademark) %}
|
|
63
|
+
{% set verbal_by_language = wordSpec.MarkVerbalElementText | verbal_lang_map(applang=trademark.ApplicationLanguageCode) %}
|
|
64
|
+
markVerbalElement:
|
|
65
|
+
{% for lang, verbals in verbal_by_language.items() %}
|
|
66
|
+
{% for verbal in verbals %}
|
|
67
|
+
- languageCode: {{ lang }}
|
|
68
|
+
text: {{ verbal }}
|
|
69
|
+
{% endfor %}
|
|
70
|
+
{% endfor %}
|
|
71
|
+
markTranslation:
|
|
72
|
+
{% call(trans) match('MarkTranslation', wordSpec) %}
|
|
73
|
+
{% if trans != 'N/A' and trans != 'NONE' and trans != 'None' %}
|
|
74
|
+
- text: {{ trans }}
|
|
75
|
+
languageCode: {{ trans | guess_language(trans._languageCode, trademark.ApplicationLanguageCode) }}
|
|
76
|
+
{% endif %}
|
|
77
|
+
{% endcall %}
|
|
78
|
+
{% endcall %}
|
|
79
|
+
|
|
80
|
+
markImageDetails:
|
|
81
|
+
{% call(img) match('MarkImageDetails.MarkImage', trademark) %}
|
|
82
|
+
- name: {{ img | get_file_name }}
|
|
83
|
+
{% call(cclaim) match('MarkImageColourClaimedText', img) %}
|
|
84
|
+
{% if cclaim.__value != 'N/A' and cclaim.__value != 'NONE' and cclaim.__value != 'None' %}
|
|
85
|
+
colourIndicator: {{ cclaim.__value | remove_trailing('-') | get_true_or_false }}
|
|
86
|
+
colourClaimed:
|
|
87
|
+
- text: {{ cclaim.__value | remove_trailing('-') }}
|
|
88
|
+
languageCode: {{ cclaim.__value | remove_trailing('-') | guess_language(cclaim._languageCode, trademark.ApplicationLanguageCode) }}
|
|
89
|
+
{% endif %}
|
|
90
|
+
{% endcall %}
|
|
91
|
+
{% call(category) match('MarkImageCategory', img) %}
|
|
92
|
+
classification:
|
|
93
|
+
kind: {{ category.CategoryKind }}
|
|
94
|
+
version: {{ category.CategoryVersion | parse_version }}
|
|
95
|
+
code:
|
|
96
|
+
{% call(vc) match('CategoryCodeDetails.CategoryCode', category) %}
|
|
97
|
+
- {{ vc }}
|
|
98
|
+
{% endcall %}
|
|
99
|
+
{% endcall %}
|
|
100
|
+
{% endcall %}
|
|
101
|
+
|
|
102
|
+
{% set nc_gs = trademark.GoodsServicesDetails.GoodsServices.ClassDescriptionDetails.ClassDescription | get_goods_services %}
|
|
103
|
+
{% if (nc_gs.keys() | length) > 0 %}
|
|
104
|
+
goodsServicesClassification:
|
|
105
|
+
kind: Nice
|
|
106
|
+
version: {{ ASK_THE_OFFICE }}
|
|
107
|
+
class:
|
|
108
|
+
{% for nc in nc_gs.keys() %}
|
|
109
|
+
- code: {{ nc | int }}
|
|
110
|
+
{% if nc_gs[nc]['terms'] %}
|
|
111
|
+
terms:
|
|
112
|
+
{{ nc_gs[nc]['terms'] | guess_language(nc_gs[nc['terms']], trademark.ApplicationLanguageCode) | field_name}}:
|
|
113
|
+
{% for gsline in nc_gs[nc]['terms'] | remove_trailing('.', '-') | split_terms %}
|
|
114
|
+
- {{ gsline | lower }}
|
|
115
|
+
{% endfor %}
|
|
116
|
+
{% endif %}
|
|
117
|
+
{% endfor %}
|
|
118
|
+
{% endif %}
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
applicants:
|
|
122
|
+
{% call(applicant) match('ApplicantDetails.Applicant', trademark) %}
|
|
123
|
+
{% call(details) match('ApplicantAddressBook.FormattedNameAddress.Name.FreeFormatName', applicant) %}
|
|
124
|
+
- identifier: {{ details.ApplicantIdentifier }}
|
|
125
|
+
fullName:
|
|
126
|
+
{% call(nameline) match('FreeFormatNameDetails.FreeFormatNameLine', details) %}
|
|
127
|
+
{% if nameline | has_value %}
|
|
128
|
+
- text: {{ nameline }}
|
|
129
|
+
languageCode: {{ nameline.__value | guess_language(nameline._languageCode, trademark.ApplicationLanguageCode) }}
|
|
130
|
+
{% endif %}
|
|
131
|
+
{% endcall %}
|
|
132
|
+
{% endcall %}
|
|
133
|
+
{% call(address) match('ApplicantAddressBook.FormattedNameAddress.Address', applicant) %}
|
|
134
|
+
fullAddress:
|
|
135
|
+
{% call(adrline) match('FreeFormatAddress.FreeFormatAddressLine', address) %}
|
|
136
|
+
{% if adrline | has_value %}
|
|
137
|
+
- text: {{ adrline }}
|
|
138
|
+
languageCode: {{ adrline | guess_language(adrline._languageCode, trademark.ApplicationLanguageCode) }}
|
|
139
|
+
{% endif %}
|
|
140
|
+
{% endcall %}
|
|
141
|
+
countryCode: {{ address.AddressCountryCode | remove_trailing('-', '.') | remove_numerics }}
|
|
142
|
+
{% endcall %}
|
|
143
|
+
{% endcall %}
|
|
144
|
+
|
|
145
|
+
representatives:
|
|
146
|
+
{% call(representative) match('RepresentativeDetails.Representative', trademark) %}
|
|
147
|
+
{% call(details) match('RepresentativeAddressBook.FormattedNameAddress.Name.FreeFormatName', representative) %}
|
|
148
|
+
- identifier: {{ details.RepresentativeIdentifier }}
|
|
149
|
+
fullName:
|
|
150
|
+
{% call(nameline) match('FreeFormatNameDetails.FreeFormatNameLine', details) %}
|
|
151
|
+
- text: {{ nameline }}
|
|
152
|
+
languageCode: {{ nameline.__value | guess_language(nameline._languageCode, trademark.ApplicationLanguageCode) }}
|
|
153
|
+
{% endcall %}
|
|
154
|
+
{% endcall %}
|
|
155
|
+
{% call(address) match('RepresentativeAddressBook.FormattedNameAddress.Address', representative) %}
|
|
156
|
+
fullAddress:
|
|
157
|
+
{% call(adrline) match('FreeFormatAddress.FreeFormatAddressLine', address) %}
|
|
158
|
+
{% if not adrline == '-' %}
|
|
159
|
+
- text: {{ adrline }}
|
|
160
|
+
languageCode: {{ adrline | guess_language(adrline._languageCode, trademark.ApplicationLanguageCode) }}
|
|
161
|
+
{% endif %}
|
|
162
|
+
{% endcall %}
|
|
163
|
+
countryCode: {{ address.AddressCountryCode | remove_trailing('-', '.') | remove_numerics }}
|
|
164
|
+
{% endcall %}
|
|
165
|
+
{% endcall %}
|
|
166
|
+
|
|
167
|
+
priorities:
|
|
168
|
+
{% call(priority) match('PriorityDetails.Priority', trademark) %}
|
|
169
|
+
- countryCode: {{ priority.PriorityCountryCode }}
|
|
170
|
+
number: {{ priority.PriorityNumber }}
|
|
171
|
+
date: {{ priority.PriorityDate }}
|
|
172
|
+
{% endcall %}
|
|
173
|
+
|
|
174
|
+
events:
|
|
175
|
+
{% call(event) match('MarkEventDetails.MarkEvent', trademark) %}
|
|
176
|
+
{% if event.MarkEventCode %}
|
|
177
|
+
- officeKind: {{ event.MarkEventCode }}
|
|
178
|
+
gbdKind: {{ event.MarkEventCode | translate_event }}
|
|
179
|
+
date: {{ event.MarkEventDate }}
|
|
180
|
+
{% else %}
|
|
181
|
+
- officeKind: {{ event.OfficeSpecificMarkEventName }}
|
|
182
|
+
gbdKind: {{ event.OfficeSpecificMarkEventName | translate_event }}
|
|
183
|
+
date: {{ event.MarkEventDate }}
|
|
184
|
+
|
|
185
|
+
{% endif %}
|
|
186
|
+
{% endcall %}
|
|
187
|
+
|
|
188
|
+
{% endcall %}
|
|
189
|
+
{% endcall %}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import gbdtransformation.brands.ipas.filters as ipas
|
|
2
|
+
|
|
3
|
+
ignore_namespace = [
|
|
4
|
+
'http://www.wipo.int/standards/XMLSchema/trademarks',
|
|
5
|
+
'http://www.wipo.int/standards/XMLSchema/wo-trademarks']
|
|
6
|
+
|
|
7
|
+
def get_appdate(appdate, appnum):
|
|
8
|
+
return appnum.split('/')[-2].zfill(4)
|
|
9
|
+
|
|
10
|
+
def translate_type(header):
|
|
11
|
+
code = header.TransactionCode
|
|
12
|
+
subcode = header.TransactionSubCode
|
|
13
|
+
|
|
14
|
+
if subcode == 'Denominación de Origen': return 'AO'
|
|
15
|
+
if subcode == 'Indicación Geógrafica': return 'AO'
|
|
16
|
+
|
|
17
|
+
if code == 'Trademark': return 'TRADEMARK'
|
|
18
|
+
if code == 'Registro de Marca': return 'TRADEMARK'
|
|
19
|
+
if code == 'Renovación de Marca': return 'TRADEMARK'
|
|
20
|
+
|
|
21
|
+
raise Exception('Type "%s" is not mapped.' % code)
|
|
22
|
+
|
|
23
|
+
def translate_kind(trademark, header):
|
|
24
|
+
subcode = header.TransactionSubCode
|
|
25
|
+
|
|
26
|
+
if not subcode:
|
|
27
|
+
return ['Undefined']
|
|
28
|
+
|
|
29
|
+
if subcode == 'Part A': return ['Individual']
|
|
30
|
+
if subcode == 'Part B': return ['Individual']
|
|
31
|
+
if subcode == 'National': return ['Individual']
|
|
32
|
+
|
|
33
|
+
if subcode == 'Marca de Producto': return ['Individual']
|
|
34
|
+
if subcode == 'Marca de Servicios': return ['Individual']
|
|
35
|
+
if subcode == 'Marca de Servicio (Ren.)': return ['Individual']
|
|
36
|
+
if subcode == 'Marca de Producto (Ren.)': return ['Individual']
|
|
37
|
+
|
|
38
|
+
if subcode == 'Denominación de Origen': return ['Other']
|
|
39
|
+
if subcode == 'Indicación Geógrafica': return ['Other']
|
|
40
|
+
|
|
41
|
+
return ['Other']
|
|
42
|
+
#raise Exception('Kind "%s" not mapped.' % subcode)
|
|
43
|
+
|
|
44
|
+
def translate_status(trademark):
|
|
45
|
+
status = trademark.MarkCurrentStatusCode
|
|
46
|
+
|
|
47
|
+
if status == 'TM Applications Received in Error': return 'Ended'
|
|
48
|
+
|
|
49
|
+
return ipas.translate_status(status)
|
|
50
|
+
|
|
51
|
+
def translate_feature(trademark):
|
|
52
|
+
feature = trademark.MarkFeature
|
|
53
|
+
|
|
54
|
+
if not feature: return 'Undefined'
|
|
55
|
+
|
|
56
|
+
if feature == 'Denominativa':
|
|
57
|
+
return 'Word'
|
|
58
|
+
|
|
59
|
+
if feature == "Mixta":
|
|
60
|
+
return 'Combined'
|
|
61
|
+
|
|
62
|
+
if feature == "Figurativa":
|
|
63
|
+
return "Figurative"
|
|
64
|
+
|
|
65
|
+
if feature == "Tridimensional":
|
|
66
|
+
return 'Three dimensional';
|
|
67
|
+
|
|
68
|
+
if feature == 'Olfativa':
|
|
69
|
+
return 'Olfactory';
|
|
70
|
+
|
|
71
|
+
if feature == "Sonora":
|
|
72
|
+
return "Sound"
|
|
73
|
+
#else:
|
|
74
|
+
# raise Exception('feature "%s" not mapped.' % feature)
|
|
75
|
+
|
|
76
|
+
return ipas.translate_feature(feature)
|
|
77
|
+
|
|
78
|
+
def verbal_lang_map(markVerbalElements, applang=None):
|
|
79
|
+
return ipas.verbal_lang_map(markVerbalElements, applang=applang)
|
|
80
|
+
|
|
81
|
+
def translate_event(event):
|
|
82
|
+
if event == 'TM Applications Received in Error': return 'Withdrawn'
|
|
83
|
+
return ipas.translate_event(event)
|
|
84
|
+
|
|
85
|
+
def get_registration_nb(trademark, tmstatus):
|
|
86
|
+
if trademark.RegistrationNumber:
|
|
87
|
+
return trademark.RegistrationNumber
|
|
88
|
+
|
|
89
|
+
if not tmstatus in ['Expired', 'Registered']:
|
|
90
|
+
return None
|
|
91
|
+
|
|
92
|
+
# PG/M/1/062947 => 1/062947
|
|
93
|
+
appnum_parts = trademark.ApplicationNumber.split('/')
|
|
94
|
+
regnum = '%s/%s' % (appnum_parts[-2], appnum_parts[-1])
|
|
95
|
+
return regnum
|
|
96
|
+
|
|
97
|
+
def get_expiry_date(trademark, tmstatus):
|
|
98
|
+
return ipas.get_expiry_date(trademark, tmstatus)
|
|
99
|
+
|
|
100
|
+
def get_registration_date(trademark, tmstatus):
|
|
101
|
+
return ipas.get_registration_date(trademark, tmstatus)
|
|
102
|
+
|
|
103
|
+
# no international for PG
|
|
104
|
+
def is_international(header):
|
|
105
|
+
return False
|
|
106
|
+
|
|
107
|
+
# never accessed
|
|
108
|
+
def get_ir_refnum(appnum):
|
|
109
|
+
return
|
|
110
|
+
|
|
111
|
+
def get_goods_services(goods_services):
|
|
112
|
+
return ipas.get_goods_services(goods_services)
|
|
113
|
+
|
|
114
|
+
def image_filename_extension(filename, extension_element):
|
|
115
|
+
if extension_element:
|
|
116
|
+
return filename + "." + extension_element.lower()
|
|
117
|
+
else:
|
|
118
|
+
return filename
|
|
119
|
+
|
|
120
|
+
def get_publication_date(publications):
|
|
121
|
+
# in the publication information, in case:
|
|
122
|
+
# PublicationSection == "Registration"
|
|
123
|
+
# the associated PublicationDate is the publicationDate
|
|
124
|
+
if publications == None:
|
|
125
|
+
return None
|
|
126
|
+
if isinstance(publications, list):
|
|
127
|
+
for publication in publications:
|
|
128
|
+
if 'PublicationSection' in publication and publication['PublicationSection'] == 'Registration':
|
|
129
|
+
if 'PublicationDate' in publication:
|
|
130
|
+
return publication['PublicationDate']
|
|
131
|
+
else:
|
|
132
|
+
if "Publication" in publications:
|
|
133
|
+
publication = publications["Publication"]
|
|
134
|
+
if 'PublicationDate' in publication:
|
|
135
|
+
return publication['PublicationDate']
|
|
136
|
+
return None
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{% include "ipas/template.yml" %}
|
|
2
|
+
|
|
3
|
+
{% from 'navigation.tmpl' import match %}
|
|
4
|
+
|
|
5
|
+
{% call(header) match('TradeMarkTransactionBody.TransactionContentDetails', Transaction) %}
|
|
6
|
+
{% call(trademark) match('TransactionData.TradeMarkApplication.TradeMarkDetails.TradeMark', header) %}
|
|
7
|
+
|
|
8
|
+
markImageDetails:
|
|
9
|
+
{% call(img) match('MarkImageDetails.MarkImage', trademark) %}
|
|
10
|
+
- name: {{ img.MarkImageFilename | image_filename_extension(img.MarkImageFileFormat) }}
|
|
11
|
+
{% call(cclaim) match('MarkImageColourClaimedText', img) %}
|
|
12
|
+
{% if not cclaim.__value == 'N/A' %}
|
|
13
|
+
colourIndicator: {{ cclaim.__value | remove_trailing('-') | get_true_or_false }}
|
|
14
|
+
colourClaimed:
|
|
15
|
+
- text: {{ cclaim.__value | remove_trailing('-') }}
|
|
16
|
+
languageCode: {{ cclaim.__value | remove_trailing('-') | guess_language(cclaim._languageCode, trademark.ApplicationLanguageCode) }}
|
|
17
|
+
{% endif %}
|
|
18
|
+
{% endcall %}
|
|
19
|
+
{% call(category) match('MarkImageCategory', img) %}
|
|
20
|
+
classification:
|
|
21
|
+
kind: {{ category.CategoryKind }}
|
|
22
|
+
version: {{ category.CategoryVersion | parse_version }}
|
|
23
|
+
code:
|
|
24
|
+
{% call(vc) match('CategoryCodeDetails.CategoryCode', category) %}
|
|
25
|
+
- {{ vc }}
|
|
26
|
+
{% endcall %}
|
|
27
|
+
{% endcall %}
|
|
28
|
+
{% endcall %}
|
|
29
|
+
|
|
30
|
+
publications:
|
|
31
|
+
{% call(publication) match('PublicationDetails.Publication', trademark) %}
|
|
32
|
+
- identifier: {{ publication.PublicationIdentifier }}
|
|
33
|
+
date: {{ publication.PublicationDate }}
|
|
34
|
+
section: {{ publication.PublicationSection }}
|
|
35
|
+
{% endcall %}
|
|
36
|
+
|
|
37
|
+
publicationDate: {{ trademark.PublicationDetails | get_publication_date | convertdate('%Y-%m-%d')}}
|
|
38
|
+
|
|
39
|
+
{% endcall %}
|
|
40
|
+
{% endcall %}
|