query-6fb2f1e0578a49bc6eed22e4377e57b0
Sources of data lacking the Official URL property
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?store ?storeLabel ?typeLabel WHERE {
VALUES ?type { wd:Q22692845 wd:Q7689673 wd:Q4117139 wd:Q5227308 wd:Q5570651 wd:Q5281480 wd:Q212805 }
?store wdt:P31 ?type
MINUS{ ?store wdt:P856 [] }
SERVICE wikibase:label {
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".
}
} ORDER BY ?typeLabel UCASE(?storeLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?store"):::projected
v2("?storeLabel"):::projected
v3("?type")
v1("?typeLabel"):::projected
a1((" "))
c4(["bd:serviceParam"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal
bind0[/VALUES ?type/]
bind0-->v3
bind00(["wd:Q22692845"])
bind00 --> bind0
bind01(["wd:Q7689673"])
bind01 --> bind0
bind02(["wd:Q4117139"])
bind02 --> bind0
bind03(["wd:Q5227308"])
bind03 --> bind0
bind04(["wd:Q5570651"])
bind04 --> bind0
bind05(["wd:Q5281480"])
bind05 --> bind0
bind06(["wd:Q212805"])
bind06 --> bind0
v4 --"wdt:P31"--> v3
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v4 --"wdt:P856"--> a1
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end