!7 concept Recording { S startTime, endTime, recordedWhere; S interpretation, interpretedBy; Cl interpretations() { ret findBackRefs(this, Interpretation); } } concept Interpretation { new Ref recording; S by; O rank; } cmodule SpeechCorrelator { }