static Collection ai_allTriplesByDate() { ret sortByCalculatedField(ai_allTriples(), func(TripleWeb w) -> Long { w.created() }); }