Difference between revisions of "Whose birthday is today? (Q148)"
Jump to navigation
Jump to search
(Changed claim: query (P11): SELECT ?sbj WHERE { ?sbj wdt:P569 ?obj . FILTER(MONTH(NOW())=MONTH(?obj) && DAY(NOW())=DAY(?obj)) }) |
(Created claim: narrower question (P42): Which living women celebrate their birthday today? (Q151)) |
||
Property / narrower question | |||
Property / narrower question: Which living women celebrate their birthday today? / rank | |||
Normal rank |
Revision as of 23:04, 8 February 2022
No description defined
- Who celebrates their birthday today?
- Whose birthday falls on this day?
Language | Label | Description | Also known as |
---|---|---|---|
English |
Whose birthday is today?
|
No description defined
|
|
Statements
SELECT ?sbj WHERE { ?sbj wdt:P569 ?obj . FILTER(MONTH(NOW())=MONTH(?obj) && DAY(NOW())=DAY(?obj)) }
0 references