Esempio n. 1
0
 public override bool acceptProp(ParsedTriple t, WiktCtx ctx) =>
 t.setValue(ctx, this, predicates.ontolex_writtenRep, ref writtenRep1) ||
 t.setNymsValue(ctx, this, ref nyms1) ||
 t.setFormInfosValue(ctx, this, ref infos1) ||
 t.setRefValue <Form>(ctx, this, predicates.ontolex_canonicalForm, ref canonicalFormId) ||
 t.setRefValues <Form>(ctx, this, predicates.ontolex_otherForm, ref otherFormIdx) ||
 t.setRefValues <Sense>(ctx, this, predicates.ontolex_sense, ref senseIds) ||
 t.setUriValue(ctx, this, predicates.lexinfo_partOfSpeech, ref partOfSpeech1) ||
 t.setUriValues(ctx, this, predicates.lexinfo_partOfSpeechEx, ref partOfSpeechEx1) ||
 base.acceptProp(t, ctx);
Esempio n. 2
0
 public override bool acceptProp(ParsedTriple t, WiktCtx ctx) =>
 t.setRefValues <Entry>(ctx, this, predicates.dbnary_describes, ref describes) ||
 t.setNymsValue(ctx, this, ref nyms1) ||
 base.acceptProp(t, ctx);
Esempio n. 3
0
 public override bool acceptProp(ParsedTriple t, WiktCtx ctx) =>
 t.setNymsValue(ctx, this, ref nyms1) ||
 t.setValue(ctx, this, predicates.dbnary_senseNumber, ref senseNumber1) ||
 t.setValue(ctx, this, predicates.skos_definition, ref definition1) ||
 t.setValue(ctx, this, predicates.skos_example, ref example1) ||
 base.acceptProp(t, ctx);