Curation Tasks: Difference between revisions

From Kurdî Wikibase
Line 4: Line 4:


==Superlative used as lexical category==
==Superlative used as lexical category==
STATUS: '''TO DO'''


[[Item:Q30|Superlative]] describes an adjective form, not a lexical category. These lexemes should be integrated into the entry of the corresponding adjective, which should use its positive form as lemma (and not the superlative).
[[Item:Q30|Superlative]] describes an adjective form, not a lexical category. These lexemes should be integrated into the entry of the corresponding adjective, which should use its positive form as lemma (and not the superlative).

Revision as of 21:32, 24 March 2023

This page describes issues to be fixed in the lexical data, and proposed practices.

Kurmanji

Superlative used as lexical category

STATUS: TO DO

Superlative describes an adjective form, not a lexical category. These lexemes should be integrated into the entry of the corresponding adjective, which should use its positive form as lemma (and not the superlative).

PREFIX kwb: <https://kurdi.wikibase.cloud/entity/>
select ?language ?languageLabel ?lemma where {
  ?lexeme a ontolex:LexicalEntry;
          dct:language ?language;
          wikibase:lemma ?lemma;
          wikibase:lexicalCategory kwb:Q30. # superlative used as POS
  ?language rdfs:label ?languageLabel. filter(lang(?languageLabel)="en")
}

Try it!