Project:Zbmath find missing: Difference between revisions

From MaRDI portal
No edit summary
No edit summary
Line 12: Line 12:
# Execute the SPARQL query for finding all existent de numbers
# Execute the SPARQL query for finding all existent de numbers
# Execute the jupyter notebook XXXXX to create a df of missing uploads
# 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)

Revision as of 12:11, 14 March 2024

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)