Project:Zbmath find missing

From MaRDI portal
Revision as of 12:15, 14 March 2024 by Larissa (talk | contribs)

SPARQL queries

Find all zbmath de numbers of existing publications

select ?item ?zbmath
WHERE {
       ?item wdt:P31 wd:Q56887.
       ?item wdt:P1451 ?zbmath.
}

Workflow

  1. Execute the SPARQL query for finding all existent de numbers
  2. Execute the jupyter notebook XXXXX to create a df of missing uploads
  3. Copy resulting csv file to where you want to execute it (e.g. mardi02)
  4. Copy config to docker container using `docker cp import_config.config mardi-importer:/config/`