NeoVoc/language/sq: Difference between revisions
From eneoli wikibase
(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 Albanian == | ||
<sparql tryit="1"> | <sparql tryit="1"> | ||
#title: All NeoVoc concepts with labels and glosses in | #title: All NeoVoc concepts with labels and glosses in Albanian, 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)="sq") | ||
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)="sq")} | ||
} order by lcase(?label_mylang) | } order by lcase(?label_mylang) | ||
</sparql> | </sparql> |
Revision as of 16:43, 14 June 2024
See NeoVoc for Albanian
#title: All NeoVoc concepts with labels and glosses in Albanian, and English and French labels and glosses.
PREFIX enwb: <https://eneoli.wikibase.cloud/entity/>
PREFIX endp: <https://eneoli.wikibase.cloud/prop/direct/>
PREFIX enp: <https://eneoli.wikibase.cloud/prop/>
PREFIX enps: <https://eneoli.wikibase.cloud/prop/statement/>
PREFIX enpq: <https://eneoli.wikibase.cloud/prop/qualifier/>
select ?concept ?label_mylang ?warning ?descript_mylang (iri(concat(str(wd:),?wd)) as ?wikidata) ?label_en ?descript_en ?label_fr ?descript_fr
where {
?concept endp:P5 enwb:Q12. # instances of "NeoVoc Concept"
optional {?concept endp:P1 ?wd.}
optional {?concept rdfs:label ?label_en. filter(lang(?label_en)="en")}
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)="sq")
optional {?label_st enpq:P58 ?warning.}}
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_mylang. filter(lang(?descript_mylang)="sq")}
} order by lcase(?label_mylang)