utterance
stringlengths
10
893
template_name
stringclasses
191 values
template
stringlengths
74
1.45k
lemmatize ਲੇ into Punjabi
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Punjabi'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'ਲੇ'@pa } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize intrareris in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'intrareris'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of représentâmes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'représentâmes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize sans-cœurs into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'sans-cœurs'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize cultiverai into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'cultiverai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of avança in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'avança'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize convainquisses in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'convainquisses'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize tornabitur in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'tornabitur'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of inventons in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'inventons'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize hedvábí into Czech
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Czech'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'hedvábí'@cs } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of prawników in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'prawników'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize selerami in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'selerami'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize skjelpadda in Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'skjelpadda'@nn } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of pâlirons in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'pâlirons'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of gąsieniczkami in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'gąsieniczkami'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for പ്ലാവുകൾക്കു് in Malayalam
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Malayalam'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'പ്ലാവുകൾക്കു്'@ml } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for monte in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'monte'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of risquerez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'risquerez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of syksyihin in Finnish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Finnish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'syksyihin'@fi } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of 萌えよ in Japanese
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Japanese'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { '萌えよ'@ja } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for cukinią in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'cukinią'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for poussât in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'poussât'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of participeraient in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'participeraient'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for désabuserait in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'désabuserait'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize endormiriez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'endormiriez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for cultellom in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'cultellom'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of éditée in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'éditée'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize appartinssiez into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'appartinssiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of sobotnich in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'sobotnich'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for status in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'status'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize Mirosław into Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Mirosław'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for kesäkuista in Finnish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Finnish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'kesäkuista'@fi } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of saisira in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'saisira'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of پوِیندا in Punjabi
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Punjabi'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'پوِیندا'@pnb } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize actionniez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'actionniez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of håsare in Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'håsare'@nn } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of kvinnligare in Swedish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Swedish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'kvinnligare'@sv } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of adora in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'adora'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize déballassiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'déballassiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of perfectionnés in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'perfectionnés'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of banalizzo in Italian
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Italian'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'banalizzo'@it } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize menacent into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'menacent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of derivabare in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'derivabare'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of avalé in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'avalé'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize théorie into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'théorie'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize conciliions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'conciliions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for Szwajcarka in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Szwajcarka'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize ryttarane into Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'ryttarane'@nn } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of rétrécissait in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'rétrécissait'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of actionnerai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'actionnerai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize intéressaient in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'intéressaient'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for bluffed in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'bluffed'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of élimineriez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'élimineriez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for banalizzai in Italian
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Italian'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'banalizzai'@it } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of arrivasses in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'arrivasses'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize isolée in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'isolée'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize barged in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'barged'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize tunnellerne into Danish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Danish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'tunnellerne'@da } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of expliquas in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'expliquas'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for slides in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'slides'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for procureriez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'procureriez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of relussiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'relussiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of creavit in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'creavit'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for porzeczkoagrestami in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'porzeczkoagrestami'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize singeing in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'singeing'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for لِتِّیاں in Punjabi
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Punjabi'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'لِتِّیاں'@pnb } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for concentrèrent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'concentrèrent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize മോതിരത്തിന് in Malayalam
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Malayalam'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'മോതിരത്തിന്'@ml } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of corrigeait in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'corrigeait'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of achèterez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'achèterez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of vidiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'vidiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of produirions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'produirions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of Rafałami in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Rafałami'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of inclinâtes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'inclinâtes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for valoriserais in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'valoriserais'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize restons into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'restons'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of accordée in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'accordée'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of recommandasses in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'recommandasses'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of čáziin in Northern Sami
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Northern Sami'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'čáziin'@se } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of basic in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'basic'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of limiteras in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'limiteras'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize falsehood into English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'falsehood'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize basât in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'basât'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of assaini in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'assaini'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of tornemini in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'tornemini'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize subis in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'subis'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of agréassiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'agréassiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize empruntons in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'empruntons'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for parlerebbe in Italian
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Italian'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'parlerebbe'@it } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of provîmes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'provîmes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for accusâtes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'accusâtes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for tracassions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'tracassions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize explore in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'explore'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for marsie in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'marsie'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of utvandrarar in Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'utvandrarar'@nn } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for fâcheraient in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'fâcheraient'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of partîmes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'partîmes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of adopteriez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'adopteriez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of lettisk in Swedish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Swedish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'lettisk'@sv } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of suciez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'suciez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }