query-55cc0997509e0bcf5246beae8bce4345
Propertiesinventory number (P217)collection (P195)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT (COUNT(?obj) AS ?count) WHERE {
?obj wdt:P217 []
MINUS {?obj wdt:P195 []}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?count")
v1("?obj"):::projected
a1((" "))
a2((" "))
v1 --"wdt:P217"--> a1
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P195"--> a2
end
bind2[/"count(?obj)"/]
v1 --o bind2
bind2 --as--o v2