The getting started guide here: http://pellucidanalytics.github.io/datomisca/doc/getstarted.html has the following code snippet: ``` val txData: Seq[TxData] = Seq( name, home, birth, characters, // attributes movies, music, reading, sports, travel // ident entities ) ``` But 'characters' is never mentioned in the rest of the guide.