query-c635851584fefc400725760f144c8f3c
Propertiesinstance of (P31)located in the administrative territorial entity (P131)subclass of (P279)
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 ?itemDescription ?county ?countyLabel ?state ?stateLabel
WHERE {
?item wdt:P31 wd:Q17343829 .
?item wdt:P131* ?county .
?county wdt:P31/wdt:P279* wd:Q47168 .
?item wdt:P131* ?state .
?state wdt:P31 wd:Q35657 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?county"):::projected
v1("?item"):::projected
v3("?state"):::projected
a1((" "))
c8(["bd:serviceParam"]):::iri
c2(["wd:Q17343829"]):::iri
c5(["wd:Q47168"]):::iri
c10(["fr"]):::literal
c6(["wd:Q35657"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P131"--> v2
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c5
v1 --"wdt:P131"--> v3
v3 --"wdt:P31"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end