How to get objects by its roles in a relation?

Query in overpass-turbo.eu . Examples:

Get nodes that are “admin_centre” in a relation[“admin_level”=“8”];
Get ways that are “inner” in a relation;
Get node[highway=bus_stop] that are not “stop” in relation[public_transport=stop_area]

and so on… How do?