Project:Zbmath find missing
From MaRDI portal
SPARQL queries
Find all zbmath de numbers of existing publications
select ?item ?zbmath
WHERE {
?item wdt:P31 wd:Q56887.
?item wdt:P1451 ?zbmath.
}
Workflow
- Execute the SPARQL query for finding all existent de numbers
- Execute the jupyter notebook XXXXX to create a df of missing uploads
- Copy resulting csv file to where you want to execute it (e.g. mardi02)
- Copy config to docker container using `docker cp import_config.config mardi-importer:/config/`