utterance
stringlengths
10
893
template_name
stringclasses
191 values
template
stringlengths
74
1.45k
lemmatize resistance in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'resistance'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for rayonne in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'rayonne'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of reculerai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'reculerai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of accuserions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'accuserions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma 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 quatorze in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'quatorze'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize deveniez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'deveniez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of reportés in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'reportés'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of colleriez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'colleriez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize comblai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'comblai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of comportiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'comportiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of purposed in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'purposed'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize tornem in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'tornem'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of unifieriez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'unifieriez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for denions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'denions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of anima in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'anima'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of tarissiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'tarissiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of devinssiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'devinssiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize haïssait in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'haïssait'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of dibser in Danish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Danish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'dibser'@da } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of abusé in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'abusé'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of kesäkuu in Finnish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Finnish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'kesäkuu'@fi } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of commence in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'commence'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of animerez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'animerez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize studenomu in Croatian
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Croatian'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'studenomu'@hr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize forçât in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'forçât'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of slukar in Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'slukar'@nn } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of appelons in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'appelons'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of tentaient in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'tentaient'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of omtaler in Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'omtaler'@nn } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize statuâtes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'statuâtes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for terrasses in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'terrasses'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of réformant in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'réformant'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of réformassent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'réformassent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for avoue in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'avoue'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of souciais in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'souciais'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize Franciszka in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Franciszka'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for wróblicach in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'wróblicach'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of inaugureront in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'inaugureront'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of commenti in Italian
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Italian'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'commenti'@it } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of najskromniejszego in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'najskromniejszego'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of blanchissez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'blanchissez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize présageâtes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'présageâtes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize déroulai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'déroulai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for respirai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'respirai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize annonçâtes into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'annonçâtes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for amplifiasses in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'amplifiasses'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of relia in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'relia'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize voliez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'voliez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for instaurasses in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'instaurasses'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of mailta in Finnish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Finnish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'mailta'@fi } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of entrée in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'entrée'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of spekene in Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'spekene'@nn } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize influencerai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'influencerai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of voterions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'voterions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize protects into English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'protects'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for chairs in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'chairs'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of représentés in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'représentés'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for blessa in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'blessa'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize dominabus in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'dominabus'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize réformions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'réformions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of raccordez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'raccordez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of usons in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'usons'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of travaillâmes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'travaillâmes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize consacrassent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'consacrassent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of disputant in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'disputant'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of appelât in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'appelât'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of embellissent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'embellissent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize M532x534S15a28486x467S15a20501x467S15a38486x507S15a30502x507S28814469x490S2880c520x489 in British Sign Language
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'British Sign Language'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'M532x534S15a28486x467S15a20501x467S15a38486x507S15a30502x507S28814469x490S2880c520x489'@bfi } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of téléchargeraient in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'téléchargeraient'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize salîmes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'salîmes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for Januario in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Januario'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of lokakuille in Finnish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Finnish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'lokakuille'@fi } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize louions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'louions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize privatisa in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'privatisa'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for acquittant in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'acquittant'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of mesurent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'mesurent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of carrée in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'carrée'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of artificiel in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'artificiel'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of situerais in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'situerais'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of bataillerai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'bataillerai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of viderai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'viderai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of voyons in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'voyons'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize satisferais in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'satisferais'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of wily in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'wily'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of sécheras in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'sécheras'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize יהודיי 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 . }
identify the root word for inspirées in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'inspirées'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of berechnen in German
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'German'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'berechnen'@de } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for Test in German
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'German'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Test'@de } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of ofattbart in Swedish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Swedish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'ofattbart'@sv } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize alimenteras into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'alimenteras'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of ready in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'ready'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for sag in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'sag'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of comparé in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'comparé'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of révisent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'révisent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for verra in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'verra'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize intéresserai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'intéresserai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of otot in Finnish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Finnish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'otot'@fi } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize endormais in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'endormais'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }