Applications
Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT
- Patent_application_number
- Patent application number in corresponding patent system (Primary Key). Searchable
- Applicant_name
- Name of the applicant, linking to the Applicants table. Searchable
- Year_of_application
- The year the patent application was filed
- Patent_system
- The patent system (e.g., USPTO, EPO) under which the application was filed
12 rows where Applicant_name = "IDEMITSU KOSAN"
This data as json, CSV (advanced)
Patent_application_number ▼ | Applicant_name | Year_of_application | Patent_system |
---|---|---|---|
EP2287300A1 | IDEMITSU KOSAN | 2011 | EPO |
EP3399033A1 | IDEMITSU KOSAN | 2018 | EPO |
JP2020000120A | IDEMITSU KOSAN | 2020 | JPO |
JP2020011916A | IDEMITSU KOSAN | 2020 | JPO |
KR20180083904A | IDEMITSU KOSAN | 2018 | KIPO |
KR20180091098A | IDEMITSU KOSAN | 2018 | KIPO |
US8846052B2 | IDEMITSU KOSAN | 2014 | USPTO |
WO2009133882A1 | IDEMITSU KOSAN | 2009 | WIPO |
WO2017094793A1 | IDEMITSU KOSAN | 2017 | WIPO |
WO2017115853A1 | IDEMITSU KOSAN | 2017 | WIPO |
WO2017217460A1 | IDEMITSU KOSAN | 2017 | WIPO |
WO2018225662A1 | IDEMITSU KOSAN | 2018 | WIPO |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE Applications ( Patent_application_number TEXT PRIMARY KEY, Applicant_name TEXT, Year_of_application TEXT, Patent_system TEXT, FOREIGN KEY (Applicant_name) REFERENCES Applicants (Applicant_name) );