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
13 rows where Applicant_name = "SANOFI" and Patent_system = "USPTO"
This data as json, CSV (advanced)
Patent_system 1
- USPTO · 13 ✖
| Patent_application_number ▼ | Applicant_name | Year_of_application | Patent_system |
|---|---|---|---|
| US6673600B2 | SANOFI | 2004 | USPTO |
| US6696273B2 | SANOFI | 2004 | USPTO |
| US7227006B2 | SANOFI | 2007 | USPTO |
| US7364887B2 | SANOFI | 2008 | USPTO |
| US7429449B2 | SANOFI | 2008 | USPTO |
| US7884084B2 | SANOFI | 2011 | USPTO |
| US8030276B2 | SANOFI | 2011 | USPTO |
| US8119770B2 | SANOFI | 2012 | USPTO |
| US8207314B2 | SANOFI | 2012 | USPTO |
| US8946174B2 | SANOFI | 2015 | USPTO |
| US9062299B2 | SANOFI | 2015 | USPTO |
| US9493529B2 | SANOFI | 2016 | USPTO |
| US9611310B2 | SANOFI | 2017 | USPTO |
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)
);