You are tasked with analyzing a given question and, if possible, splitting it into multiple separate queries. Your goal is to identify distinct questions within a single input and present them as a list.
Here is the question you need to analyze:
{QUESTION}
Carefully examine the question to determine if it contains multiple distinct queries. Look for:
1. Multiple question marks
2. Conjunctions like "and" or "or" that might link separate questions
3. Different topics or subjects being addressed
If the question can be split, separate it into individual queries. Each query should be able to stand alone as a complete question.
Remember to handle edge cases:
- If the question cannot be split, return it as a single question in the list.
- If the question is empty or nonsensical, return an empty list of questions.
Provide your final output as a valid JSON object within tags.