Wikidata:Property proposal/langue sœur

From Wikidata
Jump to navigation Jump to search

sister language[edit]

Originally proposed at Wikidata:Property proposal/Generic

   Not done
Descriptionlanguage derived from the same language as this language
Representssister language (Q94583810)
Data typeélément (item)-invalid datatype (not in Module:i18n/datatype)
Domainlinguistics (Q8162)
Allowed valuesmodèle Q
Example 1Angevin (Q56782)Berrichon (Q2899128)
Example 2Irish (Q9142)Scottish Gaelic (Q9314)
Example 3Alemannic (Q131339)Bavarian (Q29540)
Sourceréférence externe, article de liste de Wikipédia.
Planned useSur les langues d’Oïl et indo-européennes dans un premier cas, mais servira vite pour toutes les langues
Expected completenessno label (Q21873974 (complète à terme))
See alsolangue fille, langue mère

Motivation[edit]

Je suis en train de classifier les langues et notamment leurs relations diachroniques entre elles. Cette propriété sera vraiment utile pour lier les langues et générer des arbres linguistiques en diachronie. Lyokoï (talk) 22:47, 16 May 2020 (UTC)[reply]

user:Arlo Barnes user:Daniel Mietchen Finn Årup Nielsen (fnielsen) user:Infovarius user:Lore.mazza81 user:Middle river exports user:Nikki user:Popcorndude user:SM5POR user:SynConlanger

Notified participants of WikiProject Linguistics

Discussion[edit]

  •  Weak oppose Would the information captured in this not be redundant? I can get the same information from a query, for example - for Alemannic (Q131339)sister languageBavarian (Q29540) I can just do
    SELECT ?sisterLanguage ?sisterLanguageLabel ?parentLanguage ?parentLanguageLabel WHERE {
      wd:Q29540 wdt:P279 ?parentLanguage.
      ?parentLanguage (wdt:P31 / wdt:P279*) wd:Q17376908.
      ?sisterLanguage wdt:P279 ?parentLanguage.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    
    Try it!
I'm wary of redundant info, maybe you could use your common.js and add the information to pages like that? (see Wikidata:Tools/Enhance_user_interface) Iwan.Aucamp (talk) 10:09, 17 May 2020 (UTC)[reply]
I just saw the "mother language" proposal, I think the above query using that property would be exactly the values for this property, so I think we should make "mother language" and avoid this. Iwan.Aucamp (talk) 10:24, 17 May 2020 (UTC)[reply]