SELECT ?item ?itemLabel ?itemDescription ?countryLabel ?picture {
?item wdt:P31 wd:Q209287
OPTIONAL { ?item wdt:P17 ?country }
OPTIONAL { ?item wdt:P18 ?picture }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
Asked
Active
Viewed 27 times
0

Stanislav Kralin
- 11,070
- 4
- 35
- 58
-
which wonders? The seven or others? – UninformedUser Aug 31 '20 at 07:22
-
1`SELECT ?item ?itemLabel ?itemDescription ?typeLabel ?countryLabel ?picture WHERE { VALUES ?type {wd:Q66108498 wd:Q209287} ?type ^wdt:P31/(wdt:P527)? ?item OPTIONAL { ?item wdt:P17 ?country. } OPTIONAL { ?item wdt:P18 ?picture. } SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } }` – UninformedUser Aug 31 '20 at 07:44