query-b62165aabdbf6c1d099da0ee59a3ae49
Matériaux de peinture.) (Q861259)painting support (P518)applies to part, aspect, or form Essayons ça sur un autre sujet : Combien de tableaux ont été peints en utilisant les différents matériaux ? D’abord, écrivons une requête pour trouver tous les tableaux et les matériaux desquels ils sont faits. (En faisant attention de ne choisir que les déclarations avec un qualificateur
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
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/>
SELECT ?matériau ?tableau
WHERE
{
?tableau wdt:P31/wdt:P279* wd:Q3305213;
p:P186 [ ps:P186 ?matériau; pq:P518 wd:Q861259 ].
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?matériau"):::projected
v1("?tableau"):::projected
a1((" "))
a2((" "))
c3(["wd:Q3305213"]):::iri
c6(["wd:Q861259"]):::iri
v1 --"p:direct/P31"--> a1
a1 --"p:direct/P279"--> c3
a2 --"p:statement/P186"--> v2
a2 --"p:qualifier/P518"--> c6
v1 --"p:P186"--> a2