query-42953127adcc0ffc31c8c2535952b05f
). Si tu veux être exhaustif, il vaut mieux faire : (Q22312696)Église Saint-Pierre de Laner , ce qui est le cas - notamment mais non exclusivement - de (Q317557)parish church comme (Q16970)church building (ce qui exclut donc les éléments qui aurait uniquement pour nature une sous-classe de (Q16970)church building = (P31)instance of Déjà, remarque préliminaire, tu ne prends que les éléments qui ont la
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item WHERE {
?item wdt:P31/wdt:P279* wd:Q16970 .
?tree0 (wdt:P150)* ?item .
?tree0 (wdt:P17 \u007C wdt:P131)* wd:Q12709 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?tree0")
a1((" "))
c6(["wd:Q12709"]):::iri
c3(["wd:Q16970"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v2 --"wdt:P150"--> v1
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P131"--> c6
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P17"--> c6
end
union0r <== or ==> union0l
end