Indian actors born today
#Indian actors born today
SELECT ?a ?aLabel ?birth_date ?occupationLabel WHERE {
?a p:P569/psv:P569
?birth_date_node .
?birth_date_node wikibase:timePrecision "11"^^xsd:integer .
?birth_date_node wikibase:timeValue ?birth_date .
FILTER (month(?birth_date) = month(now())) .
FILTER (day(?birth_date) = day(now())) .
?a wdt:P27 wd:Q668 .
?a wdt:P106 wd:Q33999 .
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
} ORDER BY day(?birth_date) ?aLabel
SELECT ?a ?aLabel ?birth_date ?occupationLabel WHERE {
?a p:P569/psv:P569
?birth_date_node .
?birth_date_node wikibase:timePrecision "11"^^xsd:integer .
?birth_date_node wikibase:timeValue ?birth_date .
FILTER (month(?birth_date) = month(now())) .
FILTER (day(?birth_date) = day(now())) .
?a wdt:P27 wd:Q668 .
?a wdt:P106 wd:Q33999 .
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
} ORDER BY day(?birth_date) ?aLabel
Comments
Post a Comment