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.
}
Find all zbmath de numbers of existing publications
select ?item ?zbmath
WHERE {
?item wdt:P31 wd:Q56887.
?item wdt:P1451 ?zbmath.
}