ordia icon indicating copy to clipboard operation
ordia copied to clipboard

Wikidata lexemes presentations

Results 80 ordia issues
Sort by recently updated
recently updated
newest added

``` SELECT ?lexeme ?lexemeLabel ?lexical_category ?lexical_categoryLabel ?other_compounds WITH { SELECT ?lexeme (GROUP_CONCAT(?compoundLabel; separator=" // ") AS ?other_compounds) WHERE { ?lexeme wdt:P5238+ wd:L300427 . OPTIONAL { ?lexeme wdt:P5238 ?compound . ?compound...

https://www.cve.org/CVERecord?id=CVE-2023-30861 https://app.snyk.io/org/fnielsen/project/4e54ee03-92cd-48b2-bc77-f4f608dc6610

Example: https://ordia.toolforge.org/L704983 Background: https://www.wikidata.org/w/index.php?title=Topic:Xdjb0agvg0o7ltrd&topic_showPostId=xdjb57apwea1lj5n#flow-post-xdjb57apwea1lj5n . Draft query: ```SPARQL SELECT DISTINCT ?description (?valueLabel AS ?value_) WHERE { VALUES ?lexeme { wd:L704983 } { BIND(33 AS ?order) BIND("Time period" AS ?description) ?lexeme...

Example: add suffix-derived word instances to Danish nouns ```sparql SELECT (GROUP_CONCAT(?line; separator="\n") AS ?qs) { ?lexeme dct:language wd:Q9035 ; wikibase:lexicalCategory wd:Q1084 ; wdt:P5238 wd:L41160 ; wikibase:lemma ?lemma . OPTIONAL {...

For a sense, it is very useful to quickly know if it already is connected to other concepts or lexemes. Primarily, these properties are of interest (and usually, only one...

```sparql SELECT ?number_of_lexemes ?language ?languageLabel ?example_lexeme ?example_lexemeLabel { { SELECT (COUNT(?lexeme) AS ?number_of_lexemes) ?language (SAMPLE(?lexeme) AS ?example_lexeme) { ?lexeme dct:language wd:Q9035 ; wdt:P5191 / dct:language ?language . } GROUP BY...

I suggest changing the title to: "Lexemes that have this lexeme as compound" or something like that so it is more clear to the user.

```SPARQL SELECT ?number_of_lexemes ?class ?classLabel ?example_lexeme { { SELECT ?class (COUNT(?lexeme) AS ?number_of_lexemes) (SAMPLE(?lexeme) AS ?example_lexeme) { ?lexeme wikibase:lexicalCategory wd:Q24905 ; dct:language wd:Q9035 ; wdt:P31 ?class . } GROUP BY...

We need to have a mapping between languages lexicographic categories and entity schemas to do this. No such mapping currently exists in machine readable form to my knowledge. See https://www.wikidata.org/wiki/User_talk:Fnielsen#Validering_af_lexemer