Project:Zbmath find missing: Difference between revisions
From MaRDI portal
Created page with "sdsdbd" |
No edit summary |
||
Line 1: | Line 1: | ||
== SPARQL queries == | |||
Find all zbmath de numbers of existing publications<syntaxhighlight lang="sparql"> | |||
select ?item ?zbmath | |||
WHERE { | |||
?item wdt:P31 wd:Q56887. | |||
?item wdt:P1451 ?zbmath. | |||
} | |||
</syntaxhighlight> |
Revision as of 10:03, 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.
}