utterance
stringlengths 10
893
| template_name
stringclasses 191
values | template
stringlengths 74
1.45k
|
---|---|---|
look up immortel in French as a masculine adjective
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'immortel'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q34698 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q499327 ] .
}
|
seek raccourcir meaning in French as a singular verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'raccourcir'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
find chevalino in Esperanto as a nominative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'chevalino'@eo-hsistemo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
}
|
explore broditaĵo in Esperanto as a nominative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'broditaĵo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
}
|
find lingvaro in Esperanto as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'lingvaro'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
look up monocle in French as a singular noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'monocle'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
look up starigi in Esperanto as a conditional verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'starigi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q625581 ] .
}
|
what's questionner in French as a indicative verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'questionner'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
}
|
seek vulkana meaning in Esperanto as a singular adjective
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'vulkana'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q34698 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
discover kurado in Esperanto as a nominative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'kurado'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
}
|
explore pilonner in French as a second person verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'pilonner'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q51929049 ] .
}
|
look up granato in Esperanto as a singular noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'granato'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
discover honorigi in Esperanto as a indicative verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'honorigi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
}
|
find perfusion definition in French as a singular noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'perfusion'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
find travailler in French as a second person verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'travailler'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q51929049 ] .
}
|
search for biero in Esperanto as a nominative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'biero'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
}
|
what's questionner in French as a singular verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'questionner'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
find renseigner definition in French as a present tense verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'renseigner'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q192613 ] .
}
|
find digital definition in French as a masculine adjective
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'digital'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q34698 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q499327 ] .
}
|
find urbestro definition in Esperanto as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'urbestro'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
look up braiser in French as a indicative verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'braiser'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
}
|
discover atingi in Esperanto as a conditional verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'atingi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q625581 ] .
}
|
look up coréanologue in French as a singular noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'coréanologue'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
look up gvidi in Esperanto as a infinitive verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'gvidi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q179230 ] .
}
|
search for abrogi in Esperanto as a present tense verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'abrogi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q192613 ] .
}
|
search for julio in Esperanto as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'julio'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
what's legosigno in Esperanto as a singular noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'legosigno'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
seek isoler meaning in French as a infinitive verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'isoler'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q179230 ] .
}
|
look up miljaro in Esperanto as a accusative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'miljaro'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146078 ] .
}
|
search for ourdir in French as a infinitive verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'ourdir'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q179230 ] .
}
|
find vojaĝo in Esperanto as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'vojaĝo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
look up vizagho in Esperanto as a accusative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'vizagho'@eo-hsistemo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146078 ] .
}
|
look up épicerie in French as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'épicerie'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
discover Panaméen in French as a singular noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'Panaméen'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
find Mouansois in French as a singular noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'Mouansois'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
look up uzo in Esperanto as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'uzo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
what's Esperanto in Esperanto as a singular proper noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'Esperanto'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q147276 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
seek inclinaison meaning in French as a singular noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'inclinaison'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
look up bovo in Esperanto as a nominative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'bovo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
}
|
seek appeler meaning in French as a imperfect verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'appeler'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q108524486 ] .
}
|
search for verda in Esperanto as a plural adjective
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'verda'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q34698 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
seek junulo meaning in Esperanto as a accusative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'junulo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146078 ] .
}
|
what's velŝipo in Esperanto as a nominative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'velŝipo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
}
|
look up radicalisation in French as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'radicalisation'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
seek abrogi meaning in Esperanto as a future tense verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'abrogi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q501405 ] .
}
|
search for naturalisation in French as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'naturalisation'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
search for idealo in Esperanto as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'idealo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
discover préconiser in French as a participle verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'préconiser'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q814722 ] .
}
|
search for épamprer in French as a preterite verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'épamprer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q442485 ] .
}
|
explore abato in Esperanto as a nominative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'abato'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
}
|
what's promotion in French as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'promotion'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
explore déballer in French as a feminine verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'déballer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1775415 ] .
}
|
look up manipuler in French as a first person verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'manipuler'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q21714344 ] .
}
|
search for fari in Esperanto as a conditional verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'fari'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q625581 ] .
}
|
find travojaĝi in Esperanto as a conditional verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'travojaĝi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q625581 ] .
}
|
search for sunfloro in Esperanto as a nominative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'sunfloro'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
}
|
search for barrage in French as a singular noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'barrage'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
what's Neptuno in Esperanto as a nominative case proper noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'Neptuno'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q147276 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
}
|
look up akcenti in Esperanto as a conditional verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'akcenti'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q625581 ] .
}
|
find morti definition in Esperanto as a past tense verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'morti'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1994301 ] .
}
|
find ignorer definition in French as a indicative verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'ignorer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
}
|
seek délinéer meaning in French as a infinitive verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'délinéer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q179230 ] .
}
|
search for bleki in Esperanto as a indicative verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'bleki'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
}
|
look up chantonner in French as a feminine verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'chantonner'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1775415 ] .
}
|
look up ĉevalaĉo in Esperanto as a accusative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'ĉevalaĉo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146078 ] .
}
|
find tablo definition in Esperanto as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'tablo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
look up chaud in French as a plural adjective
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'chaud'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q34698 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
look up partopreni in Esperanto as a conditional verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'partopreni'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q625581 ] .
}
|
look up biffer in French as a participle verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'biffer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q814722 ] .
}
|
what's estimer in French as a feminine verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'estimer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1775415 ] .
}
|
explore melodio in Esperanto as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'melodio'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
discover pingvenido in Esperanto as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'pingvenido'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
look up aŭtoro in Esperanto as a singular noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'aŭtoro'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
find attiser definition in French as a indicative verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'attiser'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
}
|
look up reprendre in French as a subjunctive verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'reprendre'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q473746 ] .
}
|
find elmontri definition in Esperanto as a indicative verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'elmontri'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
}
|
search for embourgeoiser in French as a preterite verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'embourgeoiser'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q442485 ] .
}
|
search for arhxipelago in Esperanto as a singular noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'arhxipelago'@eo-xsistemo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
what's questionner in French as a past tense verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'questionner'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1994301 ] .
}
|
look up ungovundi in Esperanto as a future tense verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'ungovundi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q501405 ] .
}
|
explore koro in Esperanto as a nominative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'koro'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
}
|
seek abjxuri meaning in Esperanto as a infinitive verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'abjxuri'@eo-xsistemo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q179230 ] .
}
|
search for oppresser in French as a third person verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'oppresser'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q51929074 ] .
}
|
look up stari in Esperanto as a past tense verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'stari'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1994301 ] .
}
|
look up photographier in French as a indicative verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'photographier'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
}
|
explore chantonner in French as a third person verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'chantonner'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q51929074 ] .
}
|
look up kreski in Esperanto as a volitive verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'kreski'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q2532941 ] .
}
|
search for photographier in French as a participle verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'photographier'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q814722 ] .
}
|
seek vulgarigi meaning in Esperanto as a conditional verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'vulgarigi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q625581 ] .
}
|
seek komenco meaning in Esperanto as a nominative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'komenco'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
}
|
look up Sénégalais in French as a singular noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'Sénégalais'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
find foudroyer in French as a singular verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'foudroyer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
discover chemiser in French as a infinitive verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'chemiser'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q179230 ] .
}
|
seek velsxipo meaning in Esperanto as a singular noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'velsxipo'@eo-xsistemo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
}
|
seek periodo meaning in Esperanto as a nominative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'periodo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
}
|
look up sercxi in Esperanto as a future tense verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'sercxi'@eo-xsistemo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q501405 ] .
}
|
seek échiquier meaning in French as a plural noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'échiquier'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
search for komandejo in Esperanto as a nominative case noun
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'komandejo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
}
|
search for débarbouiller in French as a plural verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'débarbouiller'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
}
|
look up dévaler in French as a past tense verb
|
li08
|
SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'dévaler'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1994301 ] .
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.