Hi, I am very confused with the location_id in the patent_inventor and patent_assignee dataset. From the directory, it says location_id is the unique location id generated by the disambiguation algorithm. So I try to match a random location_id from the patent_assignee dataset (e.g. ad38f64e-f7dd-4268-9215-971dfdf071fe with patent_id = 6795487) with the id in the location file, which shares the same definition, to see what state it represents for. But I couldn't find any match.
Besides, is the location_id in the patent_inventor dataset denotes the location of the patent, while that in the patent_assignee dataset denotes the location of the assignee? However, I cross-validate it by using the url for the above example: url = 'https://www.patentsview.org/api/patents/query?q={"_eq":{"patent_id":"6795487"}}&f=["patent_number","assignee_id","inventor_id","assignee_location_id","inventor_location_id"]', But this time I find the return results: assignee_location_id = '52.4738|-8.1619', which is different from "ad38f64e-f7dd-4268-9215-971dfdf071fe". Am I missing anything here? Any help and advice is much appreciated, thanks!
Best,
Lucy