Jump to content

Which mountains were first ascended in the last twenty years? (Q336): Difference between revisions

From QAWiki
Aidan (talk | contribs)
Updated [en] aliases: Which peaks were summited for the first time in the last two decades?, What mountains were first climbed in the last twenty years??
Aidan (talk | contribs)
Changed claim: query (P11): SELECT DISTINCT ?sbj WHERE { ?sbj p:P793 ?obj1 . ?sbj wdt:P31/wdt:P279 wd:Q8502 . ?obj1 ps:P793 wd:Q1194369 . ?obj1 pq:P585 ?obj2 . FILTER((YEAR(NOW()) - YEAR(?obj2)) <= 20) }
Property / queryProperty / query
SELECT DISTINCT ?sbj WHERE { ?sbj p:P793 ?obj1 . ?sbj wdt:P31/wdt:P279 wd:Q8502 . ?obj1 ps:P793 wd:Q1194369 . ?obj1 pq:P585 ?obj2 . FILTER((YEAR(NOW()) - YEAR(?obj2)) <= 100) }
SELECT DISTINCT ?sbj WHERE { ?sbj p:P793 ?obj1 . ?sbj wdt:P31/wdt:P279 wd:Q8502 . ?obj1 ps:P793 wd:Q1194369 . ?obj1 pq:P585 ?obj2 . FILTER((YEAR(NOW()) - YEAR(?obj2)) <= 20) }

Revision as of 02:02, 4 September 2022

No description defined
  • Which peaks were summited for the first time in the last two decades?
  • What mountains were first climbed in the last twenty years??
Language Label Description Also known as
English
Which mountains were first ascended in the last twenty years?
No description defined
  • Which peaks were summited for the first time in the last two decades?
  • What mountains were first climbed in the last twenty years??

Statements

0 references
SELECT DISTINCT ?sbj WHERE { ?sbj p:P793 ?obj1 . ?sbj wdt:P31/wdt:P279 wd:Q8502 . ?obj1 ps:P793 wd:Q1194369 . ?obj1 pq:P585 ?obj2 . FILTER((YEAR(NOW()) - YEAR(?obj2)) <= 20) }
0 references