//,This csv file can be used to indicate information regarding:,,
//,,,
//,,trademark or industrial design applications by origin and by class,
//,,trademark or industrial design registrations by origin and by class,
//,,,
//,Field names:,,
//,,,
//,YEAR,int(4),Reporting year
//,OFFICE_CODE,char(2),Reporting office
//,IPR_TYPE,char(2),Type of protection:
//,,,TM = trademark
,,,ID= industrial design
//,ORIG_CODE,char(2),origin
//,CLASS,int(2),Nice classification: 01-45 (trademarks only)
,,,Locarno classification: 01-32 (industrial designs only)
//,TYPE,varchar,N = national applications
//,,,R = registrations,,,
//,COUNTS,int(10),Number of applications or registrations as specified by the previous fileds,,,
//,,,,,,
//,Examples:,,,,,
//,The following examples show:,,,,,
//,1. in 2009 13 trademark applications in Nice class 42 were filed with the USPTO (US) by applicants who are residents of Germany (DE).,,,,,
//,2. in 2009 4 industrial designs were registered in Locarno class 31 based on applications filed with the Singaporan IP Office (SG) by applicants who are residents of Germany (DE).,,,,,
//,,,,,,
YEAR,OFFICE_CODE,IPR_TYPE,ORIG_CODE,CLASS,TYPE,COUNTS
2009,US,TM,DE,42,N,13
2009,SG,ID,DE,31,R,4

