query-26559cef36fa33efba74ecdf410bef9c
: Comme ça
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 ?of_something ?itemLabel ?of_somethingLabel {
?item p:P31 [pq:P642 ?of_something; ps:P31 wd:Q16887380 ] .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} limit 100
Query found at
- https://www.wikidata.org/w/index.php?title=Topic:Vy7ujvblud43nxu9&topic_showPostId=vy8b5zht41hsc0bh#flow-post-vy8b5zht41hsc0bh
- https://www.wikidata.org/wiki/Topic:Vy7ujvblud43nxu9
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?of_something"):::projected
a1((" "))
c3(["wd:Q16887380"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
a1 --"p:qualifier/P642"--> v1
a1 --"p:statement/P31"--> c3
v2 --"p:P31"--> a1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end