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

From QAWiki
Jump to navigation Jump to search
(‎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) })
(‎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 / 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)) <= 20) } / qualifier
 

Revision as of 02:04, 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