Certainly, I can propose the opposite and more general concepts for the given list of Petri net-related concepts, along with explanations.

1. **Source Place**
   - Opposite Concept: **Sink Place**
     A sink place is a place in a Petri net that can only have input arcs (transitions leading to it) but no output arcs (transitions going out from it). It represents a place where tokens can accumulate but not leave.
   - More General Concept: **Place**
     A place in a Petri net represents a condition or a state, and it can have both input and output arcs connected to transitions.

2. **Immediate Transition**
   - Opposite Concept: **Non-immediate Transition**
     A non-immediate transition is a transition in a Petri net that does not fire instantly when its input conditions are met. It may have additional constraints or timing requirements before it can fire.
   - More General Concept: **Transition**
     A transition in a Petri net represents an event or action that can occur when its input conditions (input places with tokens) are satisfied. It can be either immediate or non-immediate.

3. **Live Transition**
   - Opposite Concept: **Dead Transition**
     A dead transition is a transition in a Petri net that can never fire, regardless of the marking (distribution of tokens) in the net. It represents an event or action that is unreachable or impossible to occur.
   - More General Concept: **Transition**
     As mentioned earlier, a transition in a Petri net represents an event or action that can occur when its input conditions are satisfied.

4. **Bounded Net**
   - Opposite Concept: **Unbounded Net**
     An unbounded net is a Petri net where the number of tokens in places can grow indefinitely during the execution of the net. There is no upper bound on the number of tokens in any place.
   - More General Concept: **Petri Net**
     A Petri net is a mathematical modeling language used to describe and analyze concurrent and distributed systems. It consists of places, transitions, arcs, and tokens.

5. **Free Choice Net**
   - Opposite Concept: **Non-free Choice Net**
     A non-free choice net is a Petri net where there exists at least one transition that has an input place that is also an input place for another transition. This means that there is a conflict or choice in the routing of tokens.
   - More General Concept: **Petri Net**
     As mentioned earlier, a Petri net is a mathematical modeling language used to describe and analyze concurrent and distributed systems, and it can be either a free choice net or a non-free choice net.

It's important to note that these concepts are presented within the context of Petri nets, and their opposites and generalizations may have different meanings or interpretations in other domains or contexts.