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

23 rows where Applicant_name = "GSK PLC" and Patent_system = "USPTO"

✎ View and edit SQL

This data as json, CSV (advanced)

Year_of_application 8

  • 2003 8
  • 2002 5
  • 2008 3
  • 2004 2
  • 2015 2
  • 2005 1
  • 2007 1
  • 2011 1

Patent_system 1

  • USPTO · 23 ✖
Patent_application_number ▼ Applicant_name Year_of_application Patent_system
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

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 10.196ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT