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

12 rows where Applicant_name = "ATYR PHARMA"

✎ View and edit SQL

This data as json, CSV (advanced)

Year_of_application 4

  • 2015 6
  • 2017 3
  • 2014 2
  • 2016 1

Patent_system 1

  • USPTO 12
Patent_application_number ▼ Applicant_name Year_of_application Patent_system
US8828395B2 ATYR PHARMA 2014 USPTO
US8835387B2 ATYR PHARMA 2014 USPTO
US8945541B2 ATYR PHARMA 2015 USPTO
US8962560B2 ATYR PHARMA 2015 USPTO
US8969301B2 ATYR PHARMA 2015 USPTO
US8986681B2 ATYR PHARMA 2015 USPTO
US8999321B2 ATYR PHARMA 2015 USPTO
US9034598B2 ATYR PHARMA 2015 USPTO
US9422539B2 ATYR PHARMA 2016 USPTO
US9587235B2 ATYR PHARMA 2017 USPTO
US9688978B2 ATYR PHARMA 2017 USPTO
US9714419B2 ATYR PHARMA 2017 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 1602.683ms · Data license: CC BY 4.0 · Data source: Novel dataset reveals growing prominence of deep-sea life for marine bioprospecting · About: About MABPAT