 broadcast_request(+Term)
broadcast_request(+Term)
        ...,
        broadcast_request(age_of('John', Age)),
If there is an agent (listener) that registered an `age-of' service and knows about the age of `John' this question will be answered.
 broadcast_request(+Term)
broadcast_request(+Term)
        ...,
        broadcast_request(age_of('John', Age)),
If there is an agent (listener) that registered an `age-of' service and knows about the age of `John' this question will be answered.