%% goal: answer(X0)

'<urn:example:predicate>'(ok).
answer(ok) :- '<urn:example:predicate>'(ok).
