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 = 'Isaac') ORDER BY date ASC, patent, type |
Total of 1 patents found where: Last Name is 'SMITH'; First Name is 'Isaac';
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 |
1875 | ||||||
U | 158,868 | January 19, 1875 | Improvement in Insulating Compounds Hook with composition compound of shellac, asbestos, coal tar & oak black |
SMITH, Isaac |
Hook | 1/2 to George A. Chapman |
Total of 0.00 seconds