SELECT DISTINCT patent.*, YEAR(date) as year FROM patent LEFT JOIN name ON name.patent = patent.patent AND name.type = patent.type WHERE (last_name = 'SMITH') AND (first_name = 'John B.') ORDER BY date ASC, patent, type |
Total of 2 patents found where: Last Name is 'SMITH'; First Name is 'John B.';
View a patent by clicking on the patent number. You can sort by any of the columns by clicking on the column name.
T / S | Patent | Date | Description | Patentee | Category | Assigned To |
1883 | ||||||
U | 278,618 | May 29, 1883 | Machine for Making Brackets for Telegraph Insulators Machine to turn wooden insulator pin brackets |
SMITH, John B. |
Pin | Charles N. Freeman & David W. O'Neil |
U | 278,619 | May 29, 1883 | Machine for Making Telegraph Insulator Pins Machine to turn wooden insulator pins |
SMITH, John B. |
Pin | Charles N. Freeman & David W. O'Neil |
Total of 0.00 seconds