Curation Tasks: Difference between revisions

 
(7 intermediate revisions by the same user not shown)
Line 7: Line 7:
STATUS: '''TO DO'''
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). As an example, see how the English adjective [https://www.wikidata.org/wiki/Lexeme:L3201 ''good''] is modeled on Wikidata.


<sparql tryit="1">
<sparql tryit="1">
Line 18: Line 18:
   ?language rdfs:label ?languageLabel. filter(lang(?languageLabel)="en")
   ?language rdfs:label ?languageLabel. filter(lang(?languageLabel)="en")
}
}
</sparql>
=Kurmanji / Sorani / Hawrami=
==English usage example translations that appear as sense glosses==
STATUS: '''TO DO'''
In some entries, the English translation of the usage example appears as sense gloss (i.e., short definition) at the same time. In most of these cases, the sense gloss should be a subset of the words that make up the usage example translation. For example, in [[Lexeme:L2015|L2015]], the only sense for the lemma ''nîv'' should be glossed as ''half'', and not as ''half an hour'', which is the translation of the usage example ''nîvan saetê'', correctly translated as ''half an hour'' (see [https://kurdi.wikibase.cloud/w/index.php?title=Lexeme:L2015&oldid=8154 uncorrected initial version] vs. [https://kurdi.wikibase.cloud/w/index.php?title=Lexeme:L2015&direction=next&oldid=8154 corrected version] of the lexeme sense gloss).
<sparql tryit="1">
PREFIX kwb: <https://kurdi.wikibase.cloud/entity/>
PREFIX kdp: <https://kurdi.wikibase.cloud/prop/direct/>
PREFIX kp: <https://kurdi.wikibase.cloud/prop/>
PREFIX kps: <https://kurdi.wikibase.cloud/prop/statement/>
PREFIX kpq: <https://kurdi.wikibase.cloud/prop/qualifier/>
select ?lexeme ?languageLabel ?posLabel ?sense ?lemma ?gloss_en ?usgxpl_ku ?usgxpl_en
where {  ?lexeme a ontolex:LexicalEntry;
                dct:language ?language;
                wikibase:lemma ?lemma;
                wikibase:lexicalCategory ?pos;
                ontolex:sense ?sense.
        ?sense skos:definition ?gloss_en. filter(lang(?gloss_en)="en")
        ?sense kp:P12 [kps:P12 ?usgxpl_ku; kpq:P16 ?usgxpl_en] .
        filter(?gloss_en = ?usgxpl_en) # restricts to senses where EN gloss and EN usage example translation are the same
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
      }
</sparql>
</sparql>
Bureaucrats, emailconfirmed, Administrators
3,549

edits