findAbstractionsOf

open override fun findAbstractionsOf(propositionId: String): List<Proposition>

Abstractions of a proposition, pushed down: the default in GraphTraversalCapable scans the whole store, so match on the stored sourceIds list directly — WHERE $propositionId IN p.sourceIds, the same shape as findByGrounding.