Bots, emailconfirmed
8,882
edits
(recreate wiki page using upload_lang_page.py) |
(recreate wiki page using upload_lang_page.py) |
||
Line 4: | Line 4: | ||
== See NeoVoc for | == See NeoVoc for Basque == | ||
<sparql tryit="1"> | <sparql tryit="1"> | ||
#title: All NeoVoc concepts with labels and glosses in | #title: All NeoVoc concepts with labels and glosses in Basque, and English and French labels and glosses. | ||
PREFIX enwb: <https://eneoli.wikibase.cloud/entity/> | PREFIX enwb: <https://eneoli.wikibase.cloud/entity/> | ||
Line 22: | Line 22: | ||
optional {?concept rdfs:label ?label_en. filter(lang(?label_en)="en")} | optional {?concept rdfs:label ?label_en. filter(lang(?label_en)="en")} | ||
optional {?concept rdfs:label ?label_fr. filter(lang(?label_fr)="fr")} | optional {?concept rdfs:label ?label_fr. filter(lang(?label_fr)="fr")} | ||
optional {?concept enp:P57 ?label_st. ?label_st enps:P57 ?label_mylang. filter(lang(?label_mylang)=" | optional {?concept enp:P57 ?label_st. ?label_st enps:P57 ?label_mylang. filter(lang(?label_mylang)="eu") | ||
optional {?label_st enpq:P58 ?warning.}} | optional {?label_st enpq:P58 ?warning.}} | ||
optional {?concept schema:description ?descript_en. filter(lang(?descript_en)="en")} | optional {?concept schema:description ?descript_en. filter(lang(?descript_en)="en")} | ||
optional {?concept schema:description ?descript_fr. filter(lang(?descript_fr)="fr")} | optional {?concept schema:description ?descript_fr. filter(lang(?descript_fr)="fr")} | ||
optional {?concept schema:description ?descript_mylang. filter(lang(?descript_mylang)=" | optional {?concept schema:description ?descript_mylang. filter(lang(?descript_mylang)="eu")} | ||
} order by lcase(?label_mylang) | } order by lcase(?label_mylang) | ||
</sparql> | </sparql> |