NeoVoc/language/bg: Difference between revisions

recreate wiki page using upload_lang_page.py
(recreate wiki page using upload_lang_page.py)
(recreate wiki page using upload_lang_page.py)
Line 65: Line 65:
} order by lcase(?label_mylang)
} order by lcase(?label_mylang)
</sparql>
</sparql>
=== NeoVoc lexical entries in Bulgarian ===
* We will create these after providing equivalents in the concept entries
<sparql tryit="1">
#title: All NeoVoc Bulgarian lexical entries


PREFIX enwb: <https://eneoli.wikibase.cloud/entity/>
PREFIX endp: <https://eneoli.wikibase.cloud/prop/direct/>


select ?lexical_entry ?lemma ?sense ?sense_gloss ?concept ?conceptLabel (iri(concat(str(wd:),?wd)) as ?wikidata)
where {
  ?lexical_entry a ontolex:LexicalEntry; dct:language enwb:Q1079; wikibase:lemma ?lemma; ontolex:sense ?sense.
  optional {?sense endp:P12 ?concept. optional {?sense skos:definition ?sense_gloss.}
  optional {?concept endp:P1 ?wd.}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,fr". }}
  }
</sparql>


'This page will be updated automatically, don't edit it (last edited on June 14, 2024).
'This page will be updated automatically, don't edit it (last edited on June 14, 2024).


For discussion in the group working on this language, you may use [[Talk:NeoVoc/language/bg]].'
For discussion in the group working on this language, you may use [[Talk:NeoVoc/language/bg]].'
Bots, emailconfirmed
7,616

edits