home / MABPAT_dataset

Applications

Contains information about each patent application linked to marine genetic sequences. Information includes the patent application number, the year of application, and the patent system under which the application was filed.

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

33 rows where Applicant_name = "GSK PLC"

✎ View and edit SQL

This data as json, CSV (advanced)

Year_of_application 10

  • 2003 9
  • 2002 7
  • 2004 5
  • 1999 3
  • 2008 3
  • 2015 2
  • 2001 1
  • 2005 1
  • 2007 1
  • 2011 1

Patent_system 3

  • USPTO 23
  • JPO 9
  • WIPO 1
Patent_application_number ▼ Applicant_name Year_of_application Patent_system
JP1999009287A GSK PLC 1999 JPO
JP1999075872A GSK PLC 1999 JPO
JP1999103866A GSK PLC 1999 JPO
JP2001507561A GSK PLC 2001 JPO
JP2002281973A GSK PLC 2002 JPO
JP2002541805A GSK PLC 2002 JPO
JP2004512022A GSK PLC 2004 JPO
JP2004512023A GSK PLC 2004 JPO
JP2004512044A GSK PLC 2004 JPO
US6423508B1 GSK PLC 2002 USPTO
US6426072B1 GSK PLC 2002 USPTO
US6444425B1 GSK PLC 2002 USPTO
US6468546B1 GSK PLC 2002 USPTO
US6482408B2 GSK PLC 2002 USPTO
US6504010B1 GSK PLC 2003 USPTO
US6518237B1 GSK PLC 2003 USPTO
US6518399B1 GSK PLC 2003 USPTO
US6579708B1 GSK PLC 2003 USPTO
US6599879B1 GSK PLC 2003 USPTO
US6605441B1 GSK PLC 2003 USPTO
US6623923B1 GSK PLC 2003 USPTO
US6653445B1 GSK PLC 2003 USPTO
US6710170B2 GSK PLC 2004 USPTO
US6787640B2 GSK PLC 2004 USPTO
US6924354A GSK PLC 2005 USPTO
US7258860B2 GSK PLC 2007 USPTO
US7326537B2 GSK PLC 2008 USPTO
US7368531B2 GSK PLC 2008 USPTO
US7446176B2 GSK PLC 2008 USPTO
US8071732B2 GSK PLC 2011 USPTO
US8969538B2 GSK PLC 2015 USPTO
US8993517B2 GSK PLC 2015 USPTO
WO2003000882A2 GSK PLC 2003 WIPO

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
    );
Powered by Datasette · Queries took 13.839ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT