1,482
edits
Line 39: | Line 39: | ||
} | } | ||
</sparql> | </sparql> | ||
=== NeoVoc lexical entries: occurrences in NeoCorpus articles === | |||
<sparql tryit="1"> | |||
#title: NeoVoc lexical entry lemmata, and in how many articles they occur | |||
PREFIX enwb: <https://eneoli.wikibase.cloud/entity/> | |||
PREFIX endp: <https://eneoli.wikibase.cloud/prop/direct/> | |||
select ?lexical_entry (lang(?lemma) as ?lang) ?lemma (count(?bib_item) as ?in_how_many_articles) | |||
where { | |||
?lexical_entry endp:P5 enwb:Q13; wikibase:lemma ?lemma. | |||
?bib_item endp:P65 ?lexical_entry. | |||
} group by ?lexical_entry ?lang ?lemma order by desc(?in_how_many_articles) | |||
</sparql> | |||
=== Coverage of NeoVoc concepts with multilingual equivalents === | === Coverage of NeoVoc concepts with multilingual equivalents === | ||
First, we define multilingual equivalents for the concepts; we do this in the concept entry. Lexical entries will be created after that. This query shows the progress in covering NeoVoc with multilingual equivalents. | First, we define multilingual equivalents for the concepts; we do this in the concept entry. Lexical entries will be created after that. This query shows the progress in covering NeoVoc with multilingual equivalents. |