query-27c398b7548613bb11e6905c919f59bd
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:Q148.
?item wdt:P2427 ?gridID.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "zh".
?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
c4(["wd:Q148"]):::iri
c7(["bd:serviceParam"]):::iri
c2(["wd:Q3918"]):::iri
c9(["zh"]):::literal
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