query-fa540dcce457e32a861b6a09888ddc8c
trash
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 ?item ?itemLabel ?linkTo {
?item wdt:P780 wd:Q737460.
?item wdt:P780 wd:Q86.
?item wdt:P780 wd:Q21120251.
SERVICE wikibase:label {bd:serviceParam wikibase:language "en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c6(["bd:serviceParam"]):::iri
c4(["wd:Q21120251"]):::iri
c3(["wd:Q86"]):::iri
c8(["en"]):::literal
c2(["wd:Q737460"]):::iri
v1 --"wdt:P780"--> c2
v1 --"wdt:P780"--> c3
v1 --"wdt:P780"--> c4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end