query-f273b8e954212950f32673542b11ba8c
Commons catégorie Commons P373=Commons image P18= P17=Q142P31=Q170285
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 DISTINCT ?item ?itemLabel ?num WHERE {
?item wdt:P31 wd:Q170285; wdt:P17 wd:Q142 .
OPTIONAL { ?item wdt:P528 ?num }
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" . }
} ORDER BY ?num
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?num"):::projected
c7(["bd:serviceParam"]):::iri
c9(["fr"]):::literal
c2(["wd:Q170285"]):::iri
c4(["wd:Q142"]):::iri
v2 --"wdt:P31"--> c2
v2 --"wdt:P17"--> c4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P528".-> v1
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end