query-476d7541741829ea6417ff55bc46e744
Propertiesinstance of (P31)VIAF ID (P214)
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 ?stateLabel ?state ?viafID
WHERE {
?state wdt:P31 wd:Q35657;
OPTIONAL {?state wdt:P214 ?viafID}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
FILTER(!BOUND(?viafID))
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?state"):::projected
v1("?viafID"):::projected
c5(["bd:serviceParam"]):::iri
c7(["en"]):::literal
c2(["wd:Q35657"]):::iri
f0[["not bound(?viafID)"]]
f0 --> v1
v2 --"wdt:P31"--> c2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P214".-> v1
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end