utterance
stringlengths
10
893
template_name
stringclasses
191 values
template
stringlengths
74
1.45k
retrieve the lemma of travaillassiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'travaillassiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize grossît into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'grossît'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize substitués into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'substitués'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of versé in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'versé'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of précisé in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'précisé'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize fâchassiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'fâchassiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for assurerions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'assurerions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize augmenteriez into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'augmenteriez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of gardé in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'gardé'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize renversassions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'renversassions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize basons into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'basons'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize déposèrent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'déposèrent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of rentra in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'rentra'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize chemise into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'chemise'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of tornaveratis in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'tornaveratis'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of draguai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'draguai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of regarderai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'regarderai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for drinks in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'drinks'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of se rendre in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'se rendre'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of kraju in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'kraju'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize peuplé into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'peuplé'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize Hadrianowi in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Hadrianowi'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize contacteras into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'contacteras'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of accordiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'accordiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of fondais in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'fondais'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize pendra in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'pendra'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize ressemblasses in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'ressemblasses'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for commentassi in Italian
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Italian'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'commentassi'@it } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize votas in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'votas'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize Ildefonsy into Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Ildefonsy'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of débrouillassent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'débrouillassent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize sucerons in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'sucerons'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize oneself in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'oneself'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize rebar in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'rebar'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize conformes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'conformes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize initiaris in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'initiaris'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize attirant in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'attirant'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of demeurez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'demeurez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize ménageassiez into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'ménageassiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of amplifierai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'amplifierai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize capella in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'capella'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for concrétiserez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'concrétiserez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for ਪੀਵੀਦੇ in 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 . }
identify the root word for Piotrowi in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Piotrowi'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of suivez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'suivez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize potential into English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'potential'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of entreposant in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'entreposant'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of vivemini in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'vivemini'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of ਲਏਂ in 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 водой into Russian
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Russian'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'водой'@ru } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of consultas in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'consultas'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of formulée in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'formulée'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of évaluas in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'évaluas'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of fatigua in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'fatigua'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for abaissera in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'abaissera'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of reculés in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'reculés'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize imaginez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'imaginez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of fâcherions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'fâcherions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize morelkach into Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'morelkach'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for traînerait in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'traînerait'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize intéressiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'intéressiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of derivabimur in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'derivabimur'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize intéresseras into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'intéresseras'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of renfermer in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'renfermer'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize prouveraient in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'prouveraient'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for copierai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'copierai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of Brazilian in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Brazilian'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize ਪੀਓਗੇ in 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 . }
determine the lemma for attachées in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'attachées'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize pendais in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'pendais'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for plaignions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'plaignions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize shower in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'shower'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of enterrerions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'enterrerions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of traversent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'traversent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for illius in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'illius'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of ignorent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'ignorent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of acheminèrent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'acheminèrent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of initiantur in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'initiantur'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of larme in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'larme'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize persymonę in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'persymonę'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for inclinait in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'inclinait'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize kaupungilla in Finnish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Finnish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'kaupungilla'@fi } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of പരിശ്രമത്തിന്റെ 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 risquiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'risquiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for tornemur in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'tornemur'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize korsikanske into Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'korsikanske'@nn } . ?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 . }
get the canonical form of risqueraient in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'risqueraient'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of diviseront in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'diviseront'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize ressentiras into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'ressentiras'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize smash into English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'smash'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of koniach in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'koniach'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of partir in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'partir'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for יהודיך in Hebrew
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Hebrew'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'יהודיך'@he } . ?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 . }
identify the root word for répareraient in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'répareraient'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for adorant in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'adorant'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of فِلَسْطِينَ in Arabic
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Arabic'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'فِلَسْطِينَ'@ar } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize Alicje in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Alicje'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize allée into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'allée'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }