citing publications

Here you can post your opinions, ask questions and share experiences on the PATSTAT product line. Please always indicate the PATSTAT edition (e.g. 2015 Autumn Edition) and the database (e.g. PATSTAT Online, MySQL, MS SQL Server, ...) you are using.
Post Reply

marcastell
Posts: 3
Joined: Thu Mar 24, 2022 12:35 pm

citing publications

Post by marcastell » Mon May 02, 2022 2:59 pm

Hi,

I would like to search, for every patent I am interested in, the id of patents that cite it. I write the relevant extract of my query:

join tls211_pat_publn t2b ON t2b.appln_id = a.appln_id // retrieving its publication data
join tls212_citation t3 ON t2b.pat_publn_id = t3.cited_pat_publn_id // retrieving info of citing publications
join tls211_pat_publn t4 ON t3.pat_publn_id = t4.pat_publn_id // retrieving appln_id of citing publication

However, this returns me only one citing publication, as if each patent has been cited only once.
Is my query wrong? Can you help me with it?

Thanks!!


EPO / PATSTAT Support
Posts: 433
Joined: Thu Feb 22, 2007 5:33 pm
Contact:

Re: citing publications

Post by EPO / PATSTAT Support » Mon May 02, 2022 3:50 pm

Hello Marcastell,
there are plenty of forum posts on this topic.
Have a look here:
forward-and-backward-citation-7892
PATSTAT Support Team
EPO - Vienna
patstat @ epo.org


Post Reply