query-70dbfad5cb4461dd344fdacee35b57ec
Domains
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?state ?stateLabel ?domainLabel WHERE {
?state wdt:P78 ?domain
SERVICE wikibase:label {bd:serviceParam wikibase:language "en"}
} ORDER BY ?state
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?domain")
v1("?state"):::projected
c3(["bd:serviceParam"]):::iri
c5(["en"]):::literal
v1 --"wdt:P78"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end