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
4,779 rows
This data as json, CSV (advanced)
Year_of_application 40
- 2016 355
- 2015 341
- 2014 290
- 2017 276
- 2010 258
- 2009 252
- 2018 248
- 2011 243
- 2020 232
- 2012 227
- 2013 219
- 2008 209
- 2019 201
- 2004 197
- 2007 192
- 2006 183
- 2005 179
- 2002 157
- 2021 157
- 2003 144
- 2001 71
- 1999 28
- 2000 28
- 1998 15
- 1995 14
- 1993 9
- 1996 8
- 1994 7
- 1990 6
- 2022 6
- 1989 5
- 1985 4
- 1987 4
- 1997 4
- 1986 2
- 1988 2
- 1991 2
- 1992 2
- 1982 1
- 1984 1
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) );