query-4ddc67542ba00602f79e83d81cb59ab1
All collection highlights of the KB
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
select ?item ?itemLabel ?role
where {
?item p:P195 ?st .
?st ps:P195 wd:Q1526131 .
?st pq:P2868 wd:Q29188408 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "nl". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?st")
c7(["bd:serviceParam"]):::iri
c5(["wd:Q29188408"]):::iri
c3(["wd:Q1526131"]):::iri
c9(["nl"]):::literal
v1 --"p:P195"--> v2
v2 --"p:statement/P195"--> c3
v2 --"p:qualifier/P2868"--> c5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end