query-87be4725829bad2d67b742b8e045fb98
instance of (P31),  subject has role (P2868)Properties:  Wikimedia redirect (Q21528878)Items:
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 ?sls ?sts ?inst ?instLabel
{
?item wdt:P2868 wd:Q21528878 ; wikibase:sitelinks ?sls ; wikibase:statements ?sts .
OPTIONAL { ?item wdt:P31 ?inst }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?inst"):::projected
v1("?item"):::projected
v2("?sls"):::projected
v3("?sts"):::projected
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q21528878"]):::iri
v1 --"wdt:P2868"--> c2
v1 --"wikibase:sitelinks"--> v2
v1 --"wikibase:statements"--> v3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P31".-> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end