query-f65cbd61b042ce5028d6408c4e436b53
Verified Weibo accountsAccounts from outside China
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 pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?weibo
WHERE
{
?item wdt:P3579 ?weibo.
?item p:P3579/pq:P1552 wd:Q28378282.
#MINUS { ?item wdt:P31 wd:Q5 .}
MINUS { ?item wdt:P17 wd:Q148 .}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?weibo"):::projected
a1((" "))
c6(["wd:Q148"]):::iri
c8(["bd:serviceParam"]):::iri
c4(["wd:Q28378282"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:direct/P3579"--> v2
v1 --"p:P3579"--> a1
a1 --"p:qualifier/P1552"--> c4
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"p:direct/P17"--> c6
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end