NeoVoc/language/eu: Difference between revisions

Line 70: Line 70:
=== Only those NeoVoc entries with validated equivalents in Basque (without warnings) ===
=== Only those NeoVoc entries with validated equivalents in Basque (without warnings) ===
<sparql tryit="1">
<sparql tryit="1">
#title: NeoVoc concepts validated Basque equivalents.
#title: NeoVoc concepts with validated Basque equivalents.


PREFIX enwb: <https://eneoli.wikibase.cloud/entity/>
PREFIX enwb: <https://eneoli.wikibase.cloud/entity/>
Line 87: Line 87:
   ?concept enp:P57 ?equiv_st. ?equiv_st enps:P57 ?equiv_mylang. filter(lang(?equiv_mylang)="eu")
   ?concept enp:P57 ?equiv_st. ?equiv_st enps:P57 ?equiv_mylang. filter(lang(?equiv_mylang)="eu")
           filter not exists {?equiv_st enpq:P58 ?warning.}
           filter not exists {?equiv_st enpq:P58 ?warning.}
           optional {?equiv_st endp:P63 ?sense.}
           optional {?equiv_st enpq:P63 ?sense.}
   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")}