Observes a batch of concepts (e.g. a full workspace snapshot).
void observeBatch(List<Concept> concepts) { for (final c in concepts) { observe(c); } }