query-b7a6ca71a757ad4c2043f0e30c74439f
Propertiesinstance of (P31)located in the administrative territorial entity (P131)GRID ID (P2427)
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?label ?gridID WHERE {
?item wdt:P31 wd:Q3918.
?item wdt:P131* wd:Q30.
?item wdt:P2427 ?gridID.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
?item rdfs:label ?label
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?gridID"):::projected
v1("?item"):::projected
v3("?label"):::projected
c7(["bd:serviceParam"]):::iri
c4(["wd:Q30"]):::iri
c9(["en"]):::literal
c2(["wd:Q3918"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P131"--> c4
v1 --"wdt:P2427"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
v1 --"rdfs:label"--> v3
end