{ * File: E19.sml.txt * Author: Michael Schrefl, Bernd Neumayr, Manfred Jeusfeld * Created: 16-Oct-2013/M.Jeusfeld (16-Oct-2013/M.Jeusfeld) * ------------------------------------------------------ * like E17 but applied to terms of a language * } Topic in ALABEL end Term in OBJECT end EnglishTerm in OBJECT with IN c1: Term end GermanTerm in OBJECT with IN c1: Term end FrenchTerm in OBJECT with IN c1: Term end "Tiefe Instanziierung" in OBJECT with IN c1: GermanTerm end "Deep Instantiation" in OBJECT with IN c1: EnglishTerm end "Dual Deep Instantiation" in OBJECT with IN c1: EnglishTerm end "Profonde Instanciation" in OBJECT with IN c1: FrenchTerm end Article in OBJECT with linkDR m1: Term end Article!m1 with sourcelevel s: 1 targetlevel t: 2 label l: Topic end myArticle001 in OBJECT with IN c1: Article linkDR m1: "Tiefe Instanziierung" linkDR m2: "Deep Instantiation" linkDR m3: "Profonde Instanciation" linkDR m4: "Dual Deep Instantiation" end myArticle001!m1 with sourcelevel s: 0 targetlevel t: 0 label l: Topic end myArticle001!m2 with sourcelevel s: 0 targetlevel t: 0 label l: Topic end myArticle001!m3 with sourcelevel s: 0 targetlevel t: 0 label l: Topic end myArticle001!m4 with sourcelevel s: 0 targetlevel t: 0 label l: Topic end