pub fn assert_inferred_belief(
agent_did: u64,
proposition_hash: u64,
source_hash: u64,
ts: u64,
) -> [NQuin; 3]Expand description
Record that agent_did holds an InferredBelief about proposition_hash,
derived from source_hash (an AgentQuery or HearsayEvent).
Returns 3 quins in agent_epistemic_context(agent_did):
agent_did → infersFrom → source_hashagent_did → cog:believes → proposition_hashproposition_hash → prov:wasDerivedFrom → source_hash