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
18 rows where Applicant_name = "CNRS" and Patent_system = "WIPO"
This data as json, CSV (advanced)
Year_of_application 12
Patent_system 1
- WIPO · 18 ✖
Patent_application_number ▼ | Applicant_name | Year_of_application | Patent_system |
---|---|---|---|
WO2001000030A1 | CNRS | 2001 | WIPO |
WO2001001356A1 | CNRS | 2001 | WIPO |
WO2003006497A2 | CNRS | 2003 | WIPO |
WO2004078962A1 | CNRS | 2004 | WIPO |
WO2004078976A1 | CNRS | 2004 | WIPO |
WO2005037392A2 | CNRS | 2005 | WIPO |
WO2006032297A1 | CNRS | 2006 | WIPO |
WO2006087334A1 | CNRS | 2006 | WIPO |
WO2007099231A1 | CNRS | 2007 | WIPO |
WO2010060964A2 | CNRS | 2010 | WIPO |
WO2010125293A1 | CNRS | 2010 | WIPO |
WO2011010062A1 | CNRS | 2011 | WIPO |
WO2011076605A1 | CNRS | 2011 | WIPO |
WO2013004783A1 | CNRS | 2013 | WIPO |
WO2015124799A1 | CNRS | 2015 | WIPO |
WO2016046508A1 | CNRS | 2016 | WIPO |
WO2016113322A1 | CNRS | 2016 | WIPO |
WO2020188103A1 | CNRS | 2020 | 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) );