query-508c186054205957965798a73ada14a3
]note 7[ {\displaystyle \rightarrow } → {\displaystyle \rightarrow } → (P40)child pages utilisant P22P25, dans cet ordre.(Q211277)The Mamas & the Papas (P17)country (P131)located in the administrative territorial entity
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:P131* wd:PAYS . MINUS {?item wdt:P17 [] .} }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
c2(["wd:PAYS"]):::iri
v1 --"wdt:P131"--> c2
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P17"--> a1
end