sbool conceptModifiedAfterCreation(Concept c) {
  ret c._modified > c.created;
}