utterance
stringlengths
10
893
template_name
stringclasses
191 values
template
stringlengths
74
1.45k
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 . }
get the base form of mangé in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'mangé'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of sit in Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'sit'@nn } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize assurerez into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'assurerez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of seeds in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'seeds'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of crée in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'crée'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of attireront in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'attireront'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of diviseriez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'diviseriez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of traduisent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'traduisent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for tenteriez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'tenteriez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for cachassent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'cachassent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of ᠨᠣᠮ in Mongolian
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Mongolian'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'ᠨᠣᠮ'@mn-mong } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize chiami into Italian
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Italian'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'chiami'@it } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of Graeca sunt, non leguntur in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Graeca sunt, non leguntur'@la } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize pratiquent into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'pratiquent'@fr } . ?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 base form of numidaren in Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'numidaren'@nn } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of coupée in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'coupée'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for note in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'note'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of うごく in Japanese
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Japanese'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'うごく'@ja-hira } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of achievements in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'achievements'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize xunos in Asturian
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Asturian'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'xunos'@ast } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize enrageons into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'enrageons'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of quatre-vingt-treizièmement in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'quatre-vingt-treizièmement'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of croisassent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'croisassent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize flattai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'flattai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize omtal in Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'omtal'@nn } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize comportasse in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'comportasse'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for passer in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'passer'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of Danielami in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Danielami'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of porzeczkoagrestowi in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'porzeczkoagrestowi'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize dénommassions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'dénommassions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for centrales in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'centrales'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for frottâmes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'frottâmes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of rentras in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'rentras'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of Łukaszowie in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Łukaszowie'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of menaceras in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'menaceras'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of évalué in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'évalué'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for regardes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'regardes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation 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 naiseen in Finnish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Finnish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'naiseen'@fi } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize relierions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'relierions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of décentralisations in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'décentralisations'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize inclurions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'inclurions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of radiolydarar in Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'radiolydarar'@nn } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for célébrées in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'célébrées'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize suspecte into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'suspecte'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of peuplâmes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'peuplâmes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of découvres in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'découvres'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of cogitions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'cogitions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of lönsam in Swedish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Swedish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'lönsam'@sv } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for falsifieras in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'falsifieras'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for persymonie in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'persymonie'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of creent in Latin
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Latin'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'creent'@la } . ?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 . }
lemmatize blyga into Swedish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Swedish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'blyga'@sv } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of abasourdissait in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'abasourdissait'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of soupçonnassent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'soupçonnassent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of Rajmundach in Polish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Polish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'Rajmundach'@pl } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of marchassions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'marchassions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for dimakan in Malay
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Malay'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'dimakan'@ms } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of plötsligt in Swedish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Swedish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'plötsligt'@sv } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize maintenir into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'maintenir'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of poecilonym in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'poecilonym'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of augmenteraient in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'augmenteraient'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form of échangea in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'échangea'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of notiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'notiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize couchent into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'couchent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of éclairasses in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'éclairasses'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of cloth in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'cloth'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for assassine in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'assassine'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize agréeraient in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'agréeraient'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for lhes in Portuguese
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Portuguese'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'lhes'@pt } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for protection in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'protection'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
obtain the lemma representation of appliquera in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'appliquera'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of manipulions in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'manipulions'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of supplierez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'supplierez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of kirjaa in Finnish
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Finnish'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'kirjaa'@fi } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize épuisons in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'épuisons'@fr } . ?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 { 'پِیواں'@pnb } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of biodiversité in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'biodiversité'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for dépassent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'dépassent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the base form of approfondirons in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'approfondirons'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for utesiglarar in Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'utesiglarar'@nn } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for singuliers in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'singuliers'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of créassiez in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'créassiez'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize partie in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'partie'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
find the lemma of intéressais in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'intéressais'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize cogitai in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'cogitai'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for remontâtes in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'remontâtes'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of guérissant in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'guérissant'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize жуках in 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 . }
lemmatize limitèrent in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'limitèrent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
identify the root word for aprillidena in Estonian
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Estonian'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'aprillidena'@et } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
retrieve the lemma of čáze in Northern Sami
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Northern Sami'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'čáze'@se } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
determine the lemma for røvarane in Nynorsk
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'Nynorsk'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'røvarane'@nn } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
lemmatize tends in English
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'English'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'tends'@en } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
get the canonical form of importer in French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'importer'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }
discover the lemma form 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 . }
lemmatize inclinèrent into French
a5
SELECT DISTINCT ?word ?lemma WHERE { VALUES ?lang { 'French'@en } . ?qitemLang rdfs:label ?lang . VALUES ?word { 'inclinèrent'@fr } . ?l a ontolex:LexicalEntry ; dct:language ?qitemLang ; wikibase:lemma ?lemma ; ontolex:lexicalForm ?form . ?form ontolex:representation ?word . }