query-03a557db906bdf708355cda134ef32ce
Propertiescountry (P17)instance of (P31)of (P642)
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 ps: <http://www.wikidata.org/prop/statement/>
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 ?country ?countryLabel
WHERE
{
?item p:P31 ?statement.
?statement ps:P31 wd:Q3241045.
?statement pq:P642 wd:Q84263196.
?item wdt:P17 ?country.
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;
v3("?country"):::projected
v1("?item"):::projected
v2("?statement")
c5(["wd:Q84263196"]):::iri
c3(["wd:Q3241045"]):::iri
c8(["bd:serviceParam"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:P31"--> v2
v2 --"p:statement/P31"--> c3
v2 --"p:qualifier/P642"--> c5
v1 --"p:direct/P17"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end