query-93d58a1adf07cbd9ee1ab6a18baad5b5
Request to User:SLSPBot for adding swisscovery edition ID (2022-10-07) Mfchris84: Request date: 7 October 2022, byTask description. (Q3331189)version, edition or translation (P31)instance of for items with (P9907)swisscovery edition ID i want to check regularly and automatically User:SLSPBotWith
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT * WHERE {
?item wdt:P31 wd:Q3331189; wdt:P212 ?isbn13.
FILTER(NOT EXISTS { ?item wdt:P9907 ?slspId. })
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?isbn13"):::projected
v1("?item"):::projected
v2("?slspId")
c3(["wd:Q3331189"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P9907"--> e0v2
e0v1("?item"):::projected
e0v2("?slspId"):::projected
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> v2
v1 --"wdt:P9907"--> v2
v1 --"wdt:P31"--> c3
v1 --"wdt:P212"--> v3