Anonymous

NeoVoc/language/sr: Difference between revisions

From eneoli wikibase
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 Serbian ===
* We will create these after providing equivalents in the concept entries
<sparql tryit="1">
#title: All NeoVoc Serbian 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:1078; 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/sr]].'
For discussion in the group working on this language, you may use [[Talk:NeoVoc/language/sr]].'
Bots, emailconfirmed
7,616

edits