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 = 'Joseph Brodie') ORDER BY date ASC, patent, type |
Total of 3 patents found where: Last Name is 'SMITH'; First Name is 'Joseph Brodie';
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 |
1890 | ||||||
U | 418,766 | January 7, 1890 | Support for Electric Conductors Brodie tree insulator with large lag screw and adjustable position. |
SMITH, Joseph Brodie |
Tree | |
1895 | ||||||
U | 547,591 | October 8, 1895 | Switch and Fuse Box Fuse cut-out or holder for transformer with plug that acts like a switch. |
SMITH, Joseph Brodie |
Fuse Holder | |
1898 | ||||||
U | 606,771 | July 5, 1898 | Fuse Box Fuse holder cut out for electric circuits. |
SMITH, Joseph Brodie |
Fuse Holder |
Total of 0.00 seconds