You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a journalArticle Zotero has the information about the journal this item has published in as publicationTitle but also ISSN. In Wikidata the property P1433 links the journal article to its containing journal, but we don't know that Q-number when we start from Zotero.
However, the only missing part is some ISSN-QNumber lookup for journals. A complete list could contain up to 70.000 ISSNs. It is possible to use the Wikidata SPARQL endpoint for asking online about the QNumber for a given ISSN.
I experimented with an online lookup in the translator code: fd10759 in the branch issn-lookup, but there were several problems... Not sure how to continue...
The text was updated successfully, but these errors were encountered:
[zotkat's QuickStatements translator] can't add linked fields like the publicationTitle
Yes, that is exactly this issue here which I tried to solve in the commit mentioned above in the separat branch. However, there are some technical problems, and I still experimenting what is the best way to do some lookup in an Zotero export translator. But in principal it works to perform a SPARQL query to lookup the Wikidata id which correspond to an ISSN number.
zuphilip
changed the title
ISSN lookup for linking to journal
WQS: ISSN lookup for linking to journal
Aug 1, 2017
For a journalArticle Zotero has the information about the journal this item has published in as
publicationTitle
but alsoISSN
. In Wikidata the property P1433 links the journal article to its containing journal, but we don't know that Q-number when we start from Zotero.However, the only missing part is some ISSN-QNumber lookup for journals. A complete list could contain up to 70.000 ISSNs. It is possible to use the Wikidata SPARQL endpoint for asking online about the QNumber for a given ISSN.
I experimented with an online lookup in the translator code: fd10759 in the branch issn-lookup, but there were several problems... Not sure how to continue...
The text was updated successfully, but these errors were encountered: