utterance
stringlengths 10
893
| template_name
stringclasses 191
values | template
stringlengths 74
1.45k
|
---|---|---|
discover provinco in Esperanto as a plural noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'provinco'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
} |
find montri in Esperanto as a future tense verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'montri'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q501405 ] .
} |
what's solstico in Esperanto as a plural noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'solstico'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
} |
look up concerter in French as a indicative verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'concerter'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
} |
look up frapper in French as a feminine verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'frapper'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1775415 ] .
} |
look up jalouser in French as a feminine verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'jalouser'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1775415 ] .
} |
look up kalifo in Esperanto as a accusative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'kalifo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146078 ] .
} |
look up intervolvi in Esperanto as a future tense verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'intervolvi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q501405 ] .
} |
what's AZERTY in French as a singular noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'AZERTY'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
search for moulin in French as a singular noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'moulin'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
search for enskribiĝi in Esperanto as a indicative verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'enskribiĝi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
} |
what's mijoter in French as a first person verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'mijoter'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q21714344 ] .
} |
find flori in Esperanto as a infinitive verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'flori'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q179230 ] .
} |
search for mikroskopo in Esperanto as a plural noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'mikroskopo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
} |
seek daigner meaning in French as a infinitive verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'daigner'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q179230 ] .
} |
seek piloto meaning in Esperanto as a accusative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'piloto'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146078 ] .
} |
explore retravailler in French as a past tense verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'retravailler'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1994301 ] .
} |
explore chemiser in French as a imperative verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'chemiser'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q22716 ] .
} |
search for presse in French as a singular noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'presse'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
seek forger meaning in French as a conditional verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'forger'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q625581 ] .
} |
look up rappeler in French as a imperfect verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'rappeler'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q108524486 ] .
} |
look up supervolti in Esperanto as a future tense verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'supervolti'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q501405 ] .
} |
seek algoritmo meaning in Esperanto as a nominative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'algoritmo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
} |
search for décapuchonner in French as a imperative verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'décapuchonner'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q22716 ] .
} |
search for klimatshanghigho in Esperanto as a plural noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'klimatshanghigho'@eo-hsistemo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
} |
discover volupti in Esperanto as a present tense verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'volupti'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q192613 ] .
} |
search for emberlificoter in French as a preterite verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'emberlificoter'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q442485 ] .
} |
find programeraro definition in Esperanto as a nominative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'programeraro'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
} |
what's comprimer in French as a past tense verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'comprimer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1994301 ] .
} |
search for acquisition in French as a plural noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'acquisition'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
} |
find manĝi definition in Esperanto as a past tense verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'manĝi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1994301 ] .
} |
seek tracasser meaning in French as a participle verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'tracasser'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q814722 ] .
} |
find étriper definition in French as a first person verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'étriper'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q21714344 ] .
} |
look up mono in Esperanto as a singular noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'mono'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
look up portugalino in Esperanto as a accusative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'portugalino'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146078 ] .
} |
explore traiter in French as a singular verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'traiter'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
explore rêver in French as a singular verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'rêver'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
look up recouvrer in French as a conditional verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'recouvrer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q625581 ] .
} |
search for constance in French as a plural noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'constance'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
} |
search for engazonner in French as a simple future verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'engazonner'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1475560 ] .
} |
look up composer in French as a masculine verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'composer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q499327 ] .
} |
find respecter in French as a infinitive verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'respecter'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q179230 ] .
} |
explore bonvoli in Esperanto as a conditional verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'bonvoli'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q625581 ] .
} |
explore ehxosxangxo in Esperanto as a accusative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'ehxosxangxo'@eo-xsistemo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146078 ] .
} |
search for touiller in French as a feminine verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'touiller'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1775415 ] .
} |
find kobajaĵo in Esperanto as a plural noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'kobajaĵo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
} |
seek meritito meaning in Esperanto as a accusative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'meritito'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146078 ] .
} |
discover alléguer in French as a indicative verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'alléguer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
} |
search for vigneron in French as a singular noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'vigneron'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
find nidifier in French as a plural verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'nidifier'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
} |
find ĉefurbo definition in Esperanto as a nominative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'ĉefurbo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
} |
discover remarier in French as a participle verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'remarier'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q814722 ] .
} |
what's prévoir in French as a participle verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'prévoir'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q814722 ] .
} |
look up métrer in French as a indicative verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'métrer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
} |
explore programeraro in Esperanto as a singular noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'programeraro'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
explore inquiéter in French as a infinitive verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'inquiéter'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q179230 ] .
} |
look up jhaudo in Esperanto as a accusative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'jhaudo'@eo-hsistemo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146078 ] .
} |
search for sistemo in Esperanto as a nominative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'sistemo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
} |
seek devancer meaning in French as a first person verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'devancer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q21714344 ] .
} |
search for rembarquer in French as a first person verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'rembarquer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q21714344 ] .
} |
what's déparier in French as a subjunctive verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'déparier'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q473746 ] .
} |
seek recouvrer meaning in French as a participle verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'recouvrer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q814722 ] .
} |
find commencer in French as a present tense verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'commencer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q192613 ] .
} |
seek ĉefangelo meaning in Esperanto as a plural noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'ĉefangelo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
} |
seek senso meaning in Esperanto as a singular noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'senso'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
find suivre definition in French as a preterite verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'suivre'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q442485 ] .
} |
look up ensemencer in French as a conditional verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'ensemencer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q625581 ] .
} |
find racialisation definition in French as a singular noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'racialisation'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
look up patrineco in Esperanto as a nominative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'patrineco'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
} |
find distancer in French as a subjunctive verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'distancer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q473746 ] .
} |
search for flari in Esperanto as a preterite verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'flari'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q442485 ] .
} |
explore seksumi in Esperanto as a future tense verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'seksumi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q501405 ] .
} |
search for ébraser in French as a indicative verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'ébraser'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
} |
look up chérir in French as a third person verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'chérir'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q51929074 ] .
} |
search for nubo in Esperanto as a accusative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'nubo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146078 ] .
} |
discover tablo in Esperanto as a accusative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'tablo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146078 ] .
} |
look up forpasi in Esperanto as a indicative verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'forpasi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
} |
discover distancer in French as a simple future verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'distancer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q1475560 ] .
} |
look up recouvrer in French as a imperfect verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'recouvrer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q108524486 ] .
} |
search for contempler in French as a second person verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'contempler'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q51929049 ] .
} |
seek selo meaning in Esperanto as a plural noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'selo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
} |
search for doni in Esperanto as a infinitive verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'doni'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q179230 ] .
} |
explore gvidi in Esperanto as a volitive verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'gvidi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q2532941 ] .
} |
look up éprouver in French as a singular verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'éprouver'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
find estampiller definition in French as a singular verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'estampiller'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
look up sabato in Esperanto as a plural noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'sabato'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146786 ] .
} |
discover versio in Esperanto as a nominative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'versio'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
} |
look up défier in French as a second person verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'défier'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q51929049 ] .
} |
find februaro in Esperanto as a nominative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'februaro'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
} |
explore demeurer in French as a subjunctive verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'demeurer'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q473746 ] .
} |
what's influi in Esperanto as a volitive verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'influi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q2532941 ] .
} |
look up étuver in French as a indicative verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'étuver'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q682111 ] .
} |
look up monto in Esperanto as a singular noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'monto'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
search for politique in French as a singular noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'politique'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786 ] .
} |
seek estampiller meaning in French as a first person verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'estampiller'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q21714344 ] .
} |
look up skermi in Esperanto as a infinitive verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'skermi'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q179230 ] .
} |
find enjoliver in French as a second person verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'enjoliver'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q51929049 ] .
} |
look up alta in Esperanto as a accusative case adjective | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'alta'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q34698 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q146078 ] .
} |
seek grognonner meaning in French as a masculine verb | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'grognonner'@fr} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q24905 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q499327 ] .
} |
search for ideo in Esperanto as a nominative case noun | li08 | SELECT DISTINCT ?lexeme ?lemma
WHERE
{
VALUES ?lemma {'ideo'@eo} .
?lexeme wikibase:lemma ?lemma ;
wikibase:lexicalCategory wd:Q1084 ;
ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q131105 ] .
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.