MediaWiki

Difference between revisions of "SandboxData.js"

m
Line 1: Line 1:
  
 
/* **************
 
/* **************
SELECT ?languageLabel ?wikidata ?iso ?malesCount ?malesRecords ?femalesCount ?femalesRecords
+
SELECT ?item ?itemLabel WHERE {
    (ROUND(1000*?femalesRecords/(?femalesRecords+?malesRecords))/10 AS ?percent)
+
SERVICE wikibase:label {
WITH {
+
  bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
  SELECT ?language ?languageLabel ?wikidata ?iso {
+
}  
      ?record prop:P2 entity:Q2 .    # Filter: P2 'instance of' is Q2 'record'
+
?item prop:P2 entity:Q4
      ?record prop:P4 ?language .    # Assign value: P4 'language' into ?language
+
}  
      ?language prop:P12 ?wikidata .  # Assign value: P12 'wikidata id' into ?wikidata
 
      OPTIONAL { ?language prop:P13 ?iso . } # Assign value: P13 'iso639-3' into ?iso
 
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
 
}
 
GROUP BY ?language ?languageLabel ?wikidata ?iso
 
} AS %base
 
WITH {
 
  SELECT ?language ?languageLabel ?iso ?genderLabel
 
    (COUNT(DISTINCT ?females) AS ?femalesCount)
 
    (COUNT(DISTINCT ?record) AS ?femalesRecords) {
 
  INCLUDE %base
 
  ?record prop:P4 ?language ; # Filter
 
          prop:P5 ?females . # Assign value: P5 'speaker' into ?females
 
  ?females prop:P8 entity:Q17 ;  # Filter
 
          prop:P8 ?gender . # Assign value: P8 'gender' into ?gender
 
    } GROUP BY ?language ?languageLabel ?iso ?genderLabel
 
} AS %females
 
 
 
WITH {
 
  SELECT ?language ?languageLabel ?iso ?genderLabel
 
    (COUNT(DISTINCT ?males) AS ?malesCount)
 
    (COUNT(DISTINCT ?record) AS ?malesRecords) {
 
  INCLUDE %base
 
  ?record prop:P4 ?language ;
 
          prop:P5 ?males . # Assign value: P5 'speaker' into variable ?speakerQid
 
  ?males prop:P8 entity:Q16 ;
 
          prop:P8 ?gender .
 
    } GROUP BY ?language ?languageLabel ?iso ?genderLabel
 
} AS %males
 
{
 
  INCLUDE %base
 
  INCLUDE %females
 
  INCLUDE %males
 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
 
}
 
GROUP BY ?languageLabel ?wikidata ?iso ?malesCount ?malesRecords ?femalesCount ?femalesRecords
 
ORDER BY ASC(?languageLabel )
 
 
************** */
 
************** */
 
[
 
[
 
   {
 
   {
     "languageLabel": "Algerian Arabic",
+
     "item": "https://lingualibre.org/entity/Q100",
    "wikidata": "Q56499",
+
     "itemLabel": "Luba-Katanga"
     "iso": "arq",
 
    "malesCount": "2",
 
    "malesRecords": "234",
 
    "femalesCount": "2",
 
    "femalesRecords": "5",
 
    "percent": "2.1"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Amharic",
+
     "item": "https://lingualibre.org/entity/Q101",
    "wikidata": "Q28244",
+
     "itemLabel": "Serer"
     "iso": "amh",
 
    "malesCount": "1",
 
    "malesRecords": "8",
 
    "femalesCount": "1",
 
    "femalesRecords": "209",
 
    "percent": "96.3"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Arabic",
+
     "item": "https://lingualibre.org/entity/Q102",
    "wikidata": "Q13955",
+
     "itemLabel": "Moldovan"
     "iso": "ara",
 
    "malesCount": "12",
 
    "malesRecords": "5627",
 
    "femalesCount": "2",
 
    "femalesRecords": "9",
 
    "percent": "0.2"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Atikamekw",
+
     "item": "https://lingualibre.org/entity/Q103",
    "wikidata": "Q56590",
+
     "itemLabel": "Southern Ndebele"
     "iso": "atj",
 
    "malesCount": "1",
 
    "malesRecords": "43",
 
    "femalesCount": "1",
 
    "femalesRecords": "432",
 
    "percent": "90.9"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Balinese",
+
     "item": "https://lingualibre.org/entity/Q104",
    "wikidata": "Q33070",
+
     "itemLabel": "Yao"
     "iso": "ban",
 
    "malesCount": "1",
 
    "malesRecords": "196",
 
    "femalesCount": "1",
 
    "femalesRecords": "302",
 
    "percent": "60.6"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Baoulé",
+
     "item": "https://lingualibre.org/entity/Q105",
    "wikidata": "Q35107",
+
     "itemLabel": "Umbundu"
     "iso": "bci",
 
    "malesCount": "4",
 
    "malesRecords": "60",
 
    "femalesCount": "3",
 
    "femalesRecords": "33",
 
    "percent": "35.5"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Basque",
+
     "item": "https://lingualibre.org/entity/Q106",
    "wikidata": "Q8752",
+
     "itemLabel": "Marwari"
     "iso": "eus",
 
    "malesCount": "4",
 
    "malesRecords": "2729",
 
    "femalesCount": "3",
 
    "femalesRecords": "330",
 
    "percent": "10.8"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Bikol languages",
+
     "item": "https://lingualibre.org/entity/Q107",
    "wikidata": "Q35455",
+
     "itemLabel": "Shan"
     "iso": "bik",
 
    "malesCount": "2",
 
    "malesRecords": "423",
 
    "femalesCount": "1",
 
    "femalesRecords": "1",
 
    "percent": "0.2"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Cantonese",
+
     "item": "https://lingualibre.org/entity/Q108",
    "wikidata": "Q9186",
+
     "itemLabel": "Samaritan Aramaic"
     "iso": "yue",
 
    "malesCount": "2",
 
    "malesRecords": "298",
 
    "femalesCount": "1",
 
    "femalesRecords": "5393",
 
    "percent": "94.8"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Central Bikol",
+
     "item": "https://lingualibre.org/entity/Q109",
    "wikidata": "Q33284",
+
     "itemLabel": "Bihari languages"
     "iso": "bcl",
 
    "malesCount": "3",
 
    "malesRecords": "17",
 
    "femalesCount": "1",
 
    "femalesRecords": "74",
 
    "percent": "81.3"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Chinese writing",
+
     "item": "https://lingualibre.org/entity/Q110",
    "wikidata": "Q7850",
+
     "itemLabel": "East Frisian Low Saxon"
     "iso": "zho",
 
    "malesCount": "1",
 
    "malesRecords": "3",
 
    "femalesCount": "4",
 
    "femalesRecords": "184",
 
    "percent": "98.4"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Cornish",
+
     "item": "https://lingualibre.org/entity/Q111",
    "wikidata": "Q25289",
+
     "itemLabel": "Afrihili"
     "iso": "cor",
 
    "malesCount": "1",
 
    "malesRecords": "9",
 
    "femalesCount": "1",
 
    "femalesRecords": "139",
 
    "percent": "93.9"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Dioula language",
+
     "item": "https://lingualibre.org/entity/Q112",
    "wikidata": "Q32706",
+
     "itemLabel": "Blissymbols"
     "iso": "dyu",
 
    "malesCount": "2",
 
    "malesRecords": "47",
 
    "femalesCount": "1",
 
    "femalesRecords": "16",
 
    "percent": "25.4"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "English",
+
     "item": "https://lingualibre.org/entity/Q113",
    "wikidata": "Q1860",
+
     "itemLabel": "Mandarin Chinese"
     "iso": "eng",
 
    "malesCount": "41",
 
    "malesRecords": "17575",
 
    "femalesCount": "10",
 
    "femalesRecords": "1699",
 
    "percent": "8.8"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Finnish",
+
     "item": "https://lingualibre.org/entity/Q114",
    "wikidata": "Q1412",
+
     "itemLabel": "Kwanyama"
     "iso": "fin",
 
    "malesCount": "2",
 
    "malesRecords": "1126",
 
    "femalesCount": "2",
 
    "femalesRecords": "48",
 
    "percent": "4.1"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Fon",
+
     "item": "https://lingualibre.org/entity/Q115",
    "wikidata": "Q33291",
+
     "itemLabel": "Southern Altai"
     "iso": "fon",
 
    "malesCount": "4",
 
    "malesRecords": "361",
 
    "femalesCount": "1",
 
    "femalesRecords": "2",
 
    "percent": "0.6"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "French",
+
     "item": "https://lingualibre.org/entity/Q116",
    "wikidata": "Q150",
+
     "itemLabel": "Osage"
     "iso": "fra",
 
    "malesCount": "172",
 
    "malesRecords": "217922",
 
    "femalesCount": "87",
 
    "femalesRecords": "18600",
 
    "percent": "7.9"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "French Sign Language",
+
     "item": "https://lingualibre.org/entity/Q117",
    "wikidata": "Q33302",
+
     "itemLabel": "Arawak"
     "iso": "fsl",
 
    "malesCount": "2",
 
    "malesRecords": "4",
 
    "femalesCount": "1",
 
    "femalesRecords": "570",
 
    "percent": "99.3"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Galician",
+
     "item": "https://lingualibre.org/entity/Q118",
    "wikidata": "Q9307",
+
     "itemLabel": "Terêna language"
     "iso": "glg",
 
    "malesCount": "3",
 
    "malesRecords": "28",
 
    "femalesCount": "1",
 
    "femalesRecords": "6",
 
    "percent": "17.6"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "German",
+
     "item": "https://lingualibre.org/entity/Q119",
    "wikidata": "Q188",
+
     "itemLabel": "Nyamwezi"
    "iso": "deu",
 
    "malesCount": "26",
 
    "malesRecords": "10529",
 
    "femalesCount": "8",
 
    "femalesRecords": "4103",
 
     "percent": "28"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Ghomala' language",
+
     "item": "https://lingualibre.org/entity/Q120",
    "wikidata": "Q35271",
+
     "itemLabel": "Classical Nepal Bhasa"
     "iso": "bbj",
 
    "malesCount": "3",
 
    "malesRecords": "91",
 
    "femalesCount": "2",
 
    "femalesRecords": "96",
 
    "percent": "51.3"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Greek",
+
     "item": "https://lingualibre.org/entity/Q121",
    "wikidata": "Q9129",
+
     "itemLabel": "Standard Moroccan Tamazight"
     "iso": "gre",
 
    "malesCount": "1",
 
    "malesRecords": "5",
 
    "femalesCount": "1",
 
    "femalesRecords": "13",
 
    "percent": "72.2"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Haitian Creole",
+
     "item": "https://lingualibre.org/entity/Q122",
    "wikidata": "Q33491",
+
     "itemLabel": "Hmongic languages"
     "iso": "hat",
 
    "malesCount": "1",
 
    "malesRecords": "1",
 
    "femalesCount": "2",
 
    "femalesRecords": "8",
 
    "percent": "88.9"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Igbo",
+
     "item": "https://lingualibre.org/entity/Q123",
    "wikidata": "Q33578",
+
     "itemLabel": "Hindi"
     "iso": "ibo",
 
    "malesCount": "1",
 
    "malesRecords": "12",
 
    "femalesCount": "3",
 
    "femalesRecords": "633",
 
    "percent": "98.1"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Indonesian",
+
     "item": "https://lingualibre.org/entity/Q124",
    "wikidata": "Q9240",
+
     "itemLabel": "Urdu"
     "iso": "ind",
 
    "malesCount": "2",
 
    "malesRecords": "3",
 
    "femalesCount": "1",
 
    "femalesRecords": "5",
 
    "percent": "62.5"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Italian",
+
     "item": "https://lingualibre.org/entity/Q125",
    "wikidata": "Q652",
+
     "itemLabel": "Gujarati"
     "iso": "ita",
 
    "malesCount": "5",
 
    "malesRecords": "3403",
 
    "femalesCount": "2",
 
    "femalesRecords": "883",
 
    "percent": "20.6"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Kannada",
+
     "item": "https://lingualibre.org/entity/Q126",
    "wikidata": "Q33673",
+
     "itemLabel": "Portuguese"
     "iso": "kan",
 
    "malesCount": "6",
 
    "malesRecords": "329",
 
    "femalesCount": "2",
 
    "femalesRecords": "158",
 
    "percent": "32.4"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Kaqchikel",
+
     "item": "https://lingualibre.org/entity/Q127",
    "wikidata": "Q35115",
+
     "itemLabel": "Tamil"
     "iso": "cak",
 
    "malesCount": "1",
 
    "malesRecords": "42",
 
    "femalesCount": "1",
 
    "femalesRecords": "3",
 
    "percent": "6.7"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Korean",
+
     "item": "https://lingualibre.org/entity/Q128",
    "wikidata": "Q9176",
+
     "itemLabel": "Croatian"
     "iso": "kor",
 
    "malesCount": "1",
 
    "malesRecords": "51",
 
    "femalesCount": "1",
 
    "femalesRecords": "2",
 
    "percent": "3.8"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Kurdish",
+
     "item": "https://lingualibre.org/entity/Q129",
    "wikidata": "Q36368",
+
     "itemLabel": "Russian"
     "iso": "kur",
 
    "malesCount": "3",
 
    "malesRecords": "205",
 
    "femalesCount": "1",
 
    "femalesRecords": "382",
 
    "percent": "65.1"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Mandarin Chinese",
+
     "item": "https://lingualibre.org/entity/Q130",
    "wikidata": "Q9192",
+
     "itemLabel": "Chinese writing"
     "iso": "cmn",
 
    "malesCount": "2",
 
    "malesRecords": "15",
 
    "femalesCount": "4",
 
    "femalesRecords": "814",
 
    "percent": "98.2"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Marathi",
+
     "item": "https://lingualibre.org/entity/Q131",
    "wikidata": "Q1571",
+
     "itemLabel": "Armenian"
     "iso": "mar",
 
    "malesCount": "3",
 
    "malesRecords": "1254",
 
    "femalesCount": "27",
 
    "femalesRecords": "13153",
 
    "percent": "91.3"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Martinique Creole",
+
     "item": "https://lingualibre.org/entity/Q132",
    "wikidata": "Q3006281",
+
     "itemLabel": "Montenegrin"
    "malesCount": "1",
 
    "malesRecords": "25",
 
    "femalesCount": "1",
 
    "femalesRecords": "25",
 
     "percent": "50"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Moroccan Arabic",
+
     "item": "https://lingualibre.org/entity/Q133",
    "wikidata": "Q56426",
+
     "itemLabel": "Slovene"
     "iso": "ary",
 
    "malesCount": "6",
 
    "malesRecords": "1184",
 
    "femalesCount": "2",
 
    "femalesRecords": "102",
 
    "percent": "7.9"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Occitan",
+
     "item": "https://lingualibre.org/entity/Q134",
    "wikidata": "Q14185",
+
     "itemLabel": "Maltese"
     "iso": "oci",
 
    "malesCount": "4",
 
    "malesRecords": "138",
 
    "femalesCount": "1",
 
    "femalesRecords": "67",
 
    "percent": "32.7"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Odia",
+
     "item": "https://lingualibre.org/entity/Q135",
    "wikidata": "Q33810",
+
     "itemLabel": "Lao"
    "iso": "ori",
 
    "malesCount": "4",
 
    "malesRecords": "50434",
 
    "femalesCount": "1",
 
    "femalesRecords": "2",
 
     "percent": "0"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Persian",
+
     "item": "https://lingualibre.org/entity/Q136",
    "wikidata": "Q9168",
+
     "itemLabel": "Thai"
     "iso": "fas",
 
    "malesCount": "2",
 
    "malesRecords": "72",
 
    "femalesCount": "2",
 
    "femalesRecords": "811",
 
    "percent": "91.8"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Polish",
+
     "item": "https://lingualibre.org/entity/Q137",
    "wikidata": "Q809",
+
     "itemLabel": "Kazakh"
    "iso": "pol",
 
    "malesCount": "11",
 
    "malesRecords": "63379",
 
    "femalesCount": "3",
 
    "femalesRecords": "12971",
 
     "percent": "17"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Portuguese",
+
     "item": "https://lingualibre.org/entity/Q138",
    "wikidata": "Q5146",
+
     "itemLabel": "Azerbaijani"
     "iso": "por",
 
    "malesCount": "4",
 
    "malesRecords": "2758",
 
    "femalesCount": "2",
 
    "femalesRecords": "2520",
 
    "percent": "47.7"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Punjabi",
+
     "item": "https://lingualibre.org/entity/Q139",
    "wikidata": "Q58635",
+
     "itemLabel": "Serbian"
     "iso": "pan",
 
    "malesCount": "5",
 
    "malesRecords": "3979",
 
    "femalesCount": "2",
 
    "femalesRecords": "326",
 
    "percent": "7.6"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Romanian",
+
     "item": "https://lingualibre.org/entity/Q140",
    "wikidata": "Q7913",
+
     "itemLabel": "Galician"
     "iso": "ron",
 
    "malesCount": "4",
 
    "malesRecords": "16959",
 
    "femalesCount": "1",
 
    "femalesRecords": "2442",
 
    "percent": "12.6"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Russian",
+
     "item": "https://lingualibre.org/entity/Q141",
    "wikidata": "Q7737",
+
     "itemLabel": "Welsh"
     "iso": "rus",
 
    "malesCount": "16",
 
    "malesRecords": "5406",
 
    "femalesCount": "10",
 
    "femalesRecords": "3186",
 
    "percent": "37.1"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Santali",
+
     "item": "https://lingualibre.org/entity/Q142",
    "wikidata": "Q33965",
+
     "itemLabel": "Scottish Gaelic"
     "iso": "sat",
 
    "malesCount": "7",
 
    "malesRecords": "397",
 
    "femalesCount": "1",
 
    "femalesRecords": "150",
 
    "percent": "27.4"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Shawiya language",
+
     "item": "https://lingualibre.org/entity/Q143",
    "wikidata": "Q33274",
+
     "itemLabel": "Zulu"
     "iso": "shy",
 
    "malesCount": "6",
 
    "malesRecords": "1729",
 
    "femalesCount": "1",
 
    "femalesRecords": "1",
 
    "percent": "0.1"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "South Levantine Arabic",
+
     "item": "https://lingualibre.org/entity/Q144",
    "wikidata": "Q55633582",
+
     "itemLabel": "Manx"
     "iso": "ajp",
 
    "malesCount": "4",
 
    "malesRecords": "1244",
 
    "femalesCount": "2",
 
    "femalesRecords": "146",
 
    "percent": "10.5"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Spanish",
+
     "item": "https://lingualibre.org/entity/Q145",
    "wikidata": "Q1321",
+
     "itemLabel": "Xhosa"
     "iso": "spa",
 
    "malesCount": "15",
 
    "malesRecords": "8052",
 
    "femalesCount": "9",
 
    "femalesRecords": "632",
 
    "percent": "7.3"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Telugu",
+
     "item": "https://lingualibre.org/entity/Q146",
    "wikidata": "Q8097",
+
     "itemLabel": "Uyghur"
     "iso": "tel",
 
    "malesCount": "2",
 
    "malesRecords": "397",
 
    "femalesCount": "1",
 
    "femalesRecords": "5",
 
    "percent": "1.2"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Ukrainian",
+
     "item": "https://lingualibre.org/entity/Q147",
    "wikidata": "Q8798",
+
     "itemLabel": "Skolt Sami"
    "iso": "ukr",
 
    "malesCount": "3",
 
    "malesRecords": "18596",
 
    "femalesCount": "1",
 
    "femalesRecords": "5",
 
     "percent": "0"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Wayuu",
+
     "item": "https://lingualibre.org/entity/Q148",
    "wikidata": "Q891085",
+
     "itemLabel": "Nauruan"
    "iso": "guc",
 
    "malesCount": "1",
 
    "malesRecords": "22",
 
    "femalesCount": "5",
 
    "femalesRecords": "18",
 
     "percent": "45"
 
 
   },
 
   },
 
   {
 
   {
     "languageLabel": "Welsh",
+
     "item": "https://lingualibre.org/entity/Q149",
     "wikidata": "Q9309",
+
    "itemLabel": "Mi'kmaq"
     "iso": "cym",
+
  },
     "malesCount": "6",
+
  {
     "malesRecords": "791",
+
    "item": "https://lingualibre.org/entity/Q150",
     "femalesCount": "3",
+
    "itemLabel": "Afrikaans"
     "femalesRecords": "70",
+
  },
     "percent": "8.1"
+
  {
 +
    "item": "https://lingualibre.org/entity/Q151",
 +
    "itemLabel": "Chipewyan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q152",
 +
    "itemLabel": "Akan language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q153",
 +
    "itemLabel": "Hupa"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q154",
 +
    "itemLabel": "Amharic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q155",
 +
    "itemLabel": "Angika"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q156",
 +
    "itemLabel": "Pohnpeian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q157",
 +
    "itemLabel": "Inuktitut"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q158",
 +
    "itemLabel": "Dargwa"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q159",
 +
    "itemLabel": "Dioula language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q160",
 +
    "itemLabel": "Baluchi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q161",
 +
    "itemLabel": "Balinese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q162",
 +
    "itemLabel": "Dzongkha"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q163",
 +
    "itemLabel": "Fijian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q164",
 +
    "itemLabel": "Kutenai"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q165",
 +
    "itemLabel": "Haitian Creole"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q166",
 +
    "itemLabel": "Kurukh"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q167",
 +
    "itemLabel": "Kashmiri"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q168",
 +
    "itemLabel": "Susu"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q169",
 +
    "itemLabel": "Tagalog"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q170",
 +
    "itemLabel": "Tuareg languages"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q171",
 +
    "itemLabel": "Tongan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q172",
 +
    "itemLabel": "Tokelauan language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q173",
 +
    "itemLabel": "Washo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q174",
 +
    "itemLabel": "Wolof"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q175",
 +
    "itemLabel": "Old French"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q176",
 +
    "itemLabel": "Elamite"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q177",
 +
    "itemLabel": "Ancient Greek"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q178",
 +
    "itemLabel": "Interlingua"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q179",
 +
    "itemLabel": "Hiligaynon"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q180",
 +
    "itemLabel": "Coptic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q181",
 +
    "itemLabel": "Lingala"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q182",
 +
    "itemLabel": "Kurdish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q183",
 +
    "itemLabel": "Māori"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q184",
 +
    "itemLabel": "Soninke"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q185",
 +
    "itemLabel": "Pali"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q186",
 +
    "itemLabel": "Phoenician"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q187",
 +
    "itemLabel": "Sumerian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q188",
 +
    "itemLabel": "Twi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q189",
 +
    "itemLabel": "Ugaritic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q190",
 +
    "itemLabel": "Vai"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q191",
 +
    "itemLabel": "Luiseño language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q192",
 +
    "itemLabel": "Lule Sami"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q193",
 +
    "itemLabel": "Hausa"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q194",
 +
    "itemLabel": "Caddo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q195",
 +
    "itemLabel": "Alemannic German"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q196",
 +
    "itemLabel": "Mende"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q197",
 +
    "itemLabel": "Li'o"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q198",
 +
    "itemLabel": "Laura"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q199",
 +
    "itemLabel": "Kodi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q200",
 +
    "itemLabel": "Khotanese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q201",
 +
    "itemLabel": "Imperial Aramaic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q202",
 +
    "itemLabel": "Aymara"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q203",
 +
    "itemLabel": "Catalan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q204",
 +
    "itemLabel": "Bulgarian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q205",
 +
    "itemLabel": "Greek"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q206",
 +
    "itemLabel": "Irish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q207",
 +
    "itemLabel": "Korean"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q208",
 +
    "itemLabel": "Vietnamese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q209",
 +
    "itemLabel": "Breton"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q21",
 +
    "itemLabel": "French"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q210",
 +
    "itemLabel": "Zapotec languages"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q211",
 +
    "itemLabel": "Zhuang"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q212",
 +
    "itemLabel": "Udmurt"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q213",
 +
    "itemLabel": "Upper Sorbian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q214",
 +
    "itemLabel": "Lower Sorbian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q215",
 +
    "itemLabel": "Southern Sami"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q216",
 +
    "itemLabel": "Minangkabau"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q217",
 +
    "itemLabel": "Mirandese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q218",
 +
    "itemLabel": "Moksha"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q219",
 +
    "itemLabel": "Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q22",
 +
    "itemLabel": "English"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q220",
 +
    "itemLabel": "Scots"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q221",
 +
    "itemLabel": "Cornish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q222",
 +
    "itemLabel": "Greenlandic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q223",
 +
    "itemLabel": "Low German"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q224",
 +
    "itemLabel": "West Frisian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q225",
 +
    "itemLabel": "Acehnese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q226",
 +
    "itemLabel": "Adyghe"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q227",
 +
    "itemLabel": "Afar"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q228",
 +
    "itemLabel": "North Frisian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q229",
 +
    "itemLabel": "Aromanian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q230",
 +
    "itemLabel": "Asturian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q231",
 +
    "itemLabel": "Erzya"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q232",
 +
    "itemLabel": "Ewe"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q233",
 +
    "itemLabel": "Gilbertese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q234",
 +
    "itemLabel": "Lezgian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q235",
 +
    "itemLabel": "Bemba language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q236",
 +
    "itemLabel": "Blackfoot"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q237",
 +
    "itemLabel": "Buginese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q238",
 +
    "itemLabel": "Cebuano"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q239",
 +
    "itemLabel": "Church Slavonic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q24",
 +
    "itemLabel": "German"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q240",
 +
    "itemLabel": "Cheyenne"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q241",
 +
    "itemLabel": "Bhojpuri"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q242",
 +
    "itemLabel": "Fon"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q243",
 +
    "itemLabel": "Chuvash"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q244",
 +
    "itemLabel": "Cherokee"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q245",
 +
    "itemLabel": "Friulian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q246",
 +
    "itemLabel": "Fang language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q247",
 +
    "itemLabel": "Ingush"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q248",
 +
    "itemLabel": "Kabardian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q249",
 +
    "itemLabel": "Karakalpak"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q25",
 +
    "itemLabel": "Esperanto"
 +
  },
 +
  {
 +
     "item": "https://lingualibre.org/entity/Q250",
 +
     "itemLabel": "Hawaiian"
 +
  },
 +
  {
 +
     "item": "https://lingualibre.org/entity/Q251",
 +
     "itemLabel": "Igbo"
 +
  },
 +
  {
 +
     "item": "https://lingualibre.org/entity/Q252",
 +
     "itemLabel": "Khasi"
 +
  },
 +
  {
 +
     "item": "https://lingualibre.org/entity/Q253",
 +
    "itemLabel": "Kashubian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q254",
 +
    "itemLabel": "Karachay-Balkar"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q255",
 +
    "itemLabel": "Neapolitan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q256",
 +
    "itemLabel": "Papiamento"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q257",
 +
    "itemLabel": "Pangasinan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q258",
 +
    "itemLabel": "Northern Sotho"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q259",
 +
    "itemLabel": "Sicilian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q26",
 +
    "itemLabel": "Gondi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q260",
 +
    "itemLabel": "Nepal Bhasa"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q261",
 +
    "itemLabel": "Sranan tongo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q262",
 +
    "itemLabel": "Tuvan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q263",
 +
    "itemLabel": "Tetum"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q264",
 +
    "itemLabel": "Tumbuka"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q265",
 +
    "itemLabel": "Tok Pisin"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q266",
 +
    "itemLabel": "Waray language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q267",
 +
    "itemLabel": "Sakha"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q268",
 +
    "itemLabel": "Ekajuk"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q269",
 +
    "itemLabel": "Efik"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q27",
 +
    "itemLabel": "Gorontalo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q270",
 +
    "itemLabel": "Old Church Slavonic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q271",
 +
    "itemLabel": "Fante"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q272",
 +
    "itemLabel": "Gothic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q273",
 +
    "itemLabel": "Kabyle"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q274",
 +
    "itemLabel": "Ilocano"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q275",
 +
    "itemLabel": "Maithili"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q276",
 +
    "itemLabel": "Kapampangan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q277",
 +
    "itemLabel": "Ladino"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q278",
 +
    "itemLabel": "Lojban"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q279",
 +
    "itemLabel": "Modern Greek"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q28",
 +
    "itemLabel": "Old Occitan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q280",
 +
    "itemLabel": "Old English"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q281",
 +
    "itemLabel": "Dinka"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q282",
 +
    "itemLabel": "Oirat"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q283",
 +
    "itemLabel": "Tonga (Nyasa) language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q284",
 +
    "itemLabel": "Tlingit"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q285",
 +
    "itemLabel": "Kinyarwanda"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q286",
 +
    "itemLabel": "Kongo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q287",
 +
    "itemLabel": "Nepali"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q288",
 +
    "itemLabel": "Ojibwe"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q289",
 +
    "itemLabel": "Walloon"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q29",
 +
    "itemLabel": "Atakapa"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q290",
 +
    "itemLabel": "Carib"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q291",
 +
    "itemLabel": "Middle Dutch"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q292",
 +
    "itemLabel": "Sogdian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q293",
 +
    "itemLabel": "Middle High German"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q294",
 +
    "itemLabel": "Sasak"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q295",
 +
    "itemLabel": "Nias"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q296",
 +
    "itemLabel": "Sukuma"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q297",
 +
    "itemLabel": "Turkish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q298",
 +
    "itemLabel": "Polish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q299",
 +
    "itemLabel": "Basque"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q30",
 +
    "itemLabel": "Tsimshian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q300",
 +
    "itemLabel": "Danish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q301",
 +
    "itemLabel": "Slovak"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q302",
 +
    "itemLabel": "Estonian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q303",
 +
    "itemLabel": "Belarusian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q304",
 +
    "itemLabel": "Burmese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q305",
 +
    "itemLabel": "Indonesian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q306",
 +
    "itemLabel": "Macedonian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q307",
 +
    "itemLabel": "Bengali"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q308",
 +
    "itemLabel": "Sanskrit"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q309",
 +
    "itemLabel": "Runyankole language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q31",
 +
    "itemLabel": "Hokkaido Ainu"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q310",
 +
    "itemLabel": "Mohawk"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q311",
 +
    "itemLabel": "Occitan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q312",
 +
    "itemLabel": "Nynorsk"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q313",
 +
    "itemLabel": "Tatar"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q314",
 +
    "itemLabel": "Avestan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q315",
 +
    "itemLabel": "Maldivian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q316",
 +
    "itemLabel": "Venda"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q317",
 +
    "itemLabel": "Beja"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q318",
 +
    "itemLabel": "Bambara"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q319",
 +
    "itemLabel": "Chamorro"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q32",
 +
    "itemLabel": "Icelandic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q320",
 +
    "itemLabel": "Gayo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q321",
 +
    "itemLabel": "Ga"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q322",
 +
    "itemLabel": "Herero"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q323",
 +
    "itemLabel": "Chechen"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q324",
 +
    "itemLabel": "Crimean Tatar"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q325",
 +
    "itemLabel": "Luganda"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q326",
 +
    "itemLabel": "Iban"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q327",
 +
    "itemLabel": "Inari Sami"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q328",
 +
    "itemLabel": "Karelian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q329",
 +
    "itemLabel": "Gikuyu"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q33",
 +
    "itemLabel": "Finnish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q330",
 +
    "itemLabel": "Hiri Motu"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q331",
 +
    "itemLabel": "Lozi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q332",
 +
    "itemLabel": "Manchu"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q333",
 +
    "itemLabel": "Mapudungun"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q334",
 +
    "itemLabel": "Niuean"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q335",
 +
    "itemLabel": "Nyoro"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q336",
 +
    "itemLabel": "Odia"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q337",
 +
    "itemLabel": "Ndonga"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q338",
 +
    "itemLabel": "Sango"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q339",
 +
    "itemLabel": "Santali"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q34",
 +
    "itemLabel": "Marathi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q340",
 +
    "itemLabel": "Ossetian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q341",
 +
    "itemLabel": "Sardinian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q342",
 +
    "itemLabel": "Selkup"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q343",
 +
    "itemLabel": "Yapese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q344",
 +
    "itemLabel": "Tuvaluan language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q345",
 +
    "itemLabel": "Luba-Kasai language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q346",
 +
    "itemLabel": "Yoruba"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q347",
 +
    "itemLabel": "Sotho"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q348",
 +
    "itemLabel": "Chinook Jargon"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q349",
 +
    "itemLabel": "Old High German"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q35",
 +
    "itemLabel": "Dutch"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q350",
 +
    "itemLabel": "Ido"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q351",
 +
    "itemLabel": "Old Persian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q352",
 +
    "itemLabel": "Ewondo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q353",
 +
    "itemLabel": "Old Norse"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q354",
 +
    "itemLabel": "Northern Ndebele"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q355",
 +
    "itemLabel": "Ge'ez language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q356",
 +
    "itemLabel": "Maasai"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q357",
 +
    "itemLabel": "Kimbundu"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q358",
 +
    "itemLabel": "Kanuri"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q359",
 +
    "itemLabel": "Mossi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q36",
 +
    "itemLabel": "Swahili"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q360",
 +
    "itemLabel": "Middle Irish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q361",
 +
    "itemLabel": "Mizo language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q362",
 +
    "itemLabel": "Marshallese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q363",
 +
    "itemLabel": "Nzema language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q364",
 +
    "itemLabel": "Middle English"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q365",
 +
    "itemLabel": "Rapa Nui"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q366",
 +
    "itemLabel": "Zenaga"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q367",
 +
    "itemLabel": "Judeo-Arabic languages"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q368",
 +
    "itemLabel": "Egyptian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q369",
 +
    "itemLabel": "Blin language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q37",
 +
    "itemLabel": "Romanian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q370",
 +
    "itemLabel": "Limburgish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q371",
 +
    "itemLabel": "Mongo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q372",
 +
    "itemLabel": "Muscogee"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q373",
 +
    "itemLabel": "Dakota"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q374",
 +
    "itemLabel": "Mari"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q375",
 +
    "itemLabel": "Lehndi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q376",
 +
    "itemLabel": "Middle French"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q377",
 +
    "itemLabel": "Chibcha"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q378",
 +
    "itemLabel": "Kamba"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q379",
 +
    "itemLabel": "Delaware languages"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q38",
 +
    "itemLabel": "Malagasy"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q380",
 +
    "itemLabel": "Gbaya languages"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q381",
 +
    "itemLabel": "Luo dialect"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q382",
 +
    "itemLabel": "N'Ko"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q383",
 +
    "itemLabel": "multiple languages"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q384",
 +
    "itemLabel": "Latin"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q385",
 +
    "itemLabel": "Italian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q386",
 +
    "itemLabel": "Spanish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q387",
 +
    "itemLabel": "Abkhaz"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q388",
 +
    "itemLabel": "Quechua"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q389",
 +
    "itemLabel": "Japanese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q39",
 +
    "itemLabel": "Telugu"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q390",
 +
    "itemLabel": "Georgian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q391",
 +
    "itemLabel": "Aragonese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q392",
 +
    "itemLabel": "Czech"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q393",
 +
    "itemLabel": "Hungarian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q394",
 +
    "itemLabel": "Lithuanian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q395",
 +
    "itemLabel": "Khmer"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q396",
 +
    "itemLabel": "Turkmen"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q397",
 +
    "itemLabel": "Hebrew"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q398",
 +
    "itemLabel": "Bosnian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q399",
 +
    "itemLabel": "Klingon"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q40",
 +
    "itemLabel": "Yiddish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q400",
 +
    "itemLabel": "Romansh"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q401",
 +
    "itemLabel": "Bokmål"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q402",
 +
    "itemLabel": "Assamese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q403",
 +
    "itemLabel": "Dogri"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q404",
 +
    "itemLabel": "Choctaw"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q405",
 +
    "itemLabel": "Basaa language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q406",
 +
    "itemLabel": "Buryat"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q407",
 +
    "itemLabel": "Chuukese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q408",
 +
    "itemLabel": "Chewa"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q409",
 +
    "itemLabel": "Cree"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q41",
 +
    "itemLabel": "Albanian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q410",
 +
    "itemLabel": "Fula"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q411",
 +
    "itemLabel": "Kosraean"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q412",
 +
    "itemLabel": "Syriac"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q413",
 +
    "itemLabel": "Kirundi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q414",
 +
    "itemLabel": "Makassarese language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q415",
 +
    "itemLabel": "Sidamo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q416",
 +
    "itemLabel": "Oromo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q417",
 +
    "itemLabel": "Nogai"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q418",
 +
    "itemLabel": "Meitei language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q419",
 +
    "itemLabel": "Northern Sami"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q43",
 +
    "itemLabel": "Ukrainian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q44",
 +
    "itemLabel": "Swedish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q45",
 +
    "itemLabel": "Norwegian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q46",
 +
    "itemLabel": "Luxembourgish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q47",
 +
    "itemLabel": "Latvian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q48",
 +
    "itemLabel": "Persian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q49",
 +
    "itemLabel": "Malay"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q50",
 +
    "itemLabel": "Mongolian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51",
 +
    "itemLabel": "Kyrgyz"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52",
 +
    "itemLabel": "Tajik"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q53",
 +
    "itemLabel": "Uzbek"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q54",
 +
    "itemLabel": "Zuni"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q55",
 +
    "itemLabel": "Zazaki"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q56",
 +
    "itemLabel": "Rajasthani"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q57",
 +
    "itemLabel": "Romani"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q58",
 +
    "itemLabel": "Sinhala"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q59",
 +
    "itemLabel": "Somali"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q60",
 +
    "itemLabel": "Slavey language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q61",
 +
    "itemLabel": "Navajo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q62",
 +
    "itemLabel": "Bashkir language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q63",
 +
    "itemLabel": "Dogrib"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q64",
 +
    "itemLabel": "Gwich’in"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q65",
 +
    "itemLabel": "Faroese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q66",
 +
    "itemLabel": "Inupiat"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q67",
 +
    "itemLabel": "Aleut"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q68",
 +
    "itemLabel": "Ainu language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q69",
 +
    "itemLabel": "Avar"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q70",
 +
    "itemLabel": "Awadhi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q71",
 +
    "itemLabel": "Middle Persian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q72",
 +
    "itemLabel": "Votic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q73",
 +
    "itemLabel": "Duala"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q74",
 +
    "itemLabel": "Corsican"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q75",
 +
    "itemLabel": "Filipino language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q76",
 +
    "itemLabel": "Jingpho language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q77",
 +
    "itemLabel": "Judæo-Persian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q78",
 +
    "itemLabel": "Javanese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q79",
 +
    "itemLabel": "Lunda"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q80",
 +
    "itemLabel": "Kannada"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q81",
 +
    "itemLabel": "Magahi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q82",
 +
    "itemLabel": "Palauan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q83",
 +
    "itemLabel": "Sundanese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q84",
 +
    "itemLabel": "Samoan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q85",
 +
    "itemLabel": "Sandawe"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q86",
 +
    "itemLabel": "Tigrinya"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q87",
 +
    "itemLabel": "Tiv"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q88",
 +
    "itemLabel": "Tahitian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q89",
 +
    "itemLabel": "Tigre"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q90",
 +
    "itemLabel": "Tibetan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q91",
 +
    "itemLabel": "Acholi dialect"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q92",
 +
    "itemLabel": "Dangme"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q93",
 +
    "itemLabel": "Grebo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q94",
 +
    "itemLabel": "Old Irish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q95",
 +
    "itemLabel": "Bislama"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q96",
 +
    "itemLabel": "Akkadian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q97",
 +
    "itemLabel": "Interlingue"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q98",
 +
    "itemLabel": "Guarani"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q99",
 +
    "itemLabel": "Komi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q99628",
 +
    "itemLabel": "French Sign Language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q1185",
 +
    "itemLabel": "Provençal dialect"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q1186",
 +
    "itemLabel": "Auvernhat dialect"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590195",
 +
    "itemLabel": "Adhola"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590196",
 +
    "itemLabel": "Adjukru"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590197",
 +
    "itemLabel": "Amele"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590198",
 +
    "itemLabel": "Agarabi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590199",
 +
    "itemLabel": "Angor"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590200",
 +
    "itemLabel": "Angaataha"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590201",
 +
    "itemLabel": "Agutaynen"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590202",
 +
    "itemLabel": "Aguaruna"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590203",
 +
    "itemLabel": "Akha"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590204",
 +
    "itemLabel": "Arosi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590205",
 +
    "itemLabel": "Batak Angkola"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590206",
 +
    "itemLabel": "Akawaio"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590207",
 +
    "itemLabel": "West Angal"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590208",
 +
    "itemLabel": "Siwu"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590209",
 +
    "itemLabel": "Alangan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590210",
 +
    "itemLabel": "Alune"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590211",
 +
    "itemLabel": "Alur"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590212",
 +
    "itemLabel": "Yanesha'"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590213",
 +
    "itemLabel": "Hamer"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590214",
 +
    "itemLabel": "Ambai"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590215",
 +
    "itemLabel": "Ama"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590216",
 +
    "itemLabel": "Amanab"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590217",
 +
    "itemLabel": "Alamblak"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590218",
 +
    "itemLabel": "Amarakaeri"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590219",
 +
    "itemLabel": "Guerrero Amuzgo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590220",
 +
    "itemLabel": "Ansus"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590221",
 +
    "itemLabel": "Gagauz"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590222",
 +
    "itemLabel": "Fiji Hindi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590223",
 +
    "itemLabel": "Koreguaje"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590225",
 +
    "itemLabel": "Denya"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590226",
 +
    "itemLabel": "Boko"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590227",
 +
    "itemLabel": "Bukawa"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590228",
 +
    "itemLabel": "Bangala"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590229",
 +
    "itemLabel": "Avokaya"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590230",
 +
    "itemLabel": "Bana"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590231",
 +
    "itemLabel": "Bawm"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590232",
 +
    "itemLabel": "Kandawo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590233",
 +
    "itemLabel": "Bora"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590234",
 +
    "itemLabel": "Awa"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590235",
 +
    "itemLabel": "Markweta"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590236",
 +
    "itemLabel": "Mandaic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590237",
 +
    "itemLabel": "Neo-Mandaic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590238",
 +
    "itemLabel": "Buhid"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590239",
 +
    "itemLabel": "Marik"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590240",
 +
    "itemLabel": "Huambisa"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590241",
 +
    "itemLabel": "Caribbean Hindustani"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590242",
 +
    "itemLabel": "Sarnami Hindustani"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590243",
 +
    "itemLabel": "Dangaléat"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590244",
 +
    "itemLabel": "Sochiapam Chinantec"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590245",
 +
    "itemLabel": "Barai"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590246",
 +
    "itemLabel": "Culina"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590247",
 +
    "itemLabel": "Obolo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590248",
 +
    "itemLabel": "Guambiano"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590249",
 +
    "itemLabel": "Bariai"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590250",
 +
    "itemLabel": "Batak Dairi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590251",
 +
    "itemLabel": "Lalana Chinantec"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590252",
 +
    "itemLabel": "Gokana"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590253",
 +
    "itemLabel": "Usila Chinantec"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590254",
 +
    "itemLabel": "Ashéninka"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590255",
 +
    "itemLabel": "Mro"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590256",
 +
    "itemLabel": "Lealao Chinantec"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590257",
 +
    "itemLabel": "Bimoba"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590258",
 +
    "itemLabel": "Cashinahua"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590259",
 +
    "itemLabel": "Daga"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590260",
 +
    "itemLabel": "Cashibo-Cacataibo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q594447",
 +
    "itemLabel": "Ganjami Odia"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q594448",
 +
    "itemLabel": "Garhajati Odia"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q594449",
 +
    "itemLabel": "Desiya"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q594450",
 +
    "itemLabel": "Medinipuri Odia"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q594451",
 +
    "itemLabel": "Kalahandia Odia"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q594452",
 +
    "itemLabel": "Phulbani Odia"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q622446",
 +
    "itemLabel": "Láadan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646152",
 +
    "itemLabel": "Nande"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646153",
 +
    "itemLabel": "South Levantine Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646154",
 +
    "itemLabel": "Saharan Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646155",
 +
    "itemLabel": "Tajiki Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646156",
 +
    "itemLabel": "Bahrani Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646157",
 +
    "itemLabel": "Mesopotamian Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646158",
 +
    "itemLabel": "Taʽizzi-Adeni Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646159",
 +
    "itemLabel": "Hijazi Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646160",
 +
    "itemLabel": "Omani Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646162",
 +
    "itemLabel": "Dhofari Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646163",
 +
    "itemLabel": "Tunisian Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646164",
 +
    "itemLabel": "Saʽidi Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646165",
 +
    "itemLabel": "Gulf Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646166",
 +
    "itemLabel": "North Levantine Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646167",
 +
    "itemLabel": "Sudanese Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646168",
 +
    "itemLabel": "Modern Standard Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646170",
 +
    "itemLabel": "Najdi Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646175",
 +
    "itemLabel": "Uzbeki Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646176",
 +
    "itemLabel": "Bedawi Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646177",
 +
    "itemLabel": "Hadhrami Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646178",
 +
    "itemLabel": "Libyan Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646179",
 +
    "itemLabel": "Sanʽani Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646180",
 +
    "itemLabel": "North Mesopotamian Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646181",
 +
    "itemLabel": "Juba Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q646182",
 +
    "itemLabel": "Shihhi Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q655433",
 +
    "itemLabel": "Sassarese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q655434",
 +
    "itemLabel": "Upper Saxon German"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q656403",
 +
    "itemLabel": "Bira"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q1187",
 +
    "itemLabel": "Lemosin dialect"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q1188",
 +
    "itemLabel": "Vivaroaupenc dialect"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q420",
 +
    "itemLabel": "Sindhi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q421",
 +
    "itemLabel": "Shona"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q422",
 +
    "itemLabel": "Swazi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q423",
 +
    "itemLabel": "Tswana"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q424",
 +
    "itemLabel": "Nuosu language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q425",
 +
    "itemLabel": "Konkani"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q426",
 +
    "itemLabel": "Tsonga"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q427",
 +
    "itemLabel": "Braj Bhasha"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q428",
 +
    "itemLabel": "Edo language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q429",
 +
    "itemLabel": "Bikol languages"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q430",
 +
    "itemLabel": "Hittite"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q431",
 +
    "itemLabel": "Kpelle"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q432",
 +
    "itemLabel": "Manding languages"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q433",
 +
    "itemLabel": "Mandar"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q434",
 +
    "itemLabel": "Lamba"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q435",
 +
    "itemLabel": "Kumyk"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q436",
 +
    "itemLabel": "Madurese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q437",
 +
    "itemLabel": "Malayalam"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q438",
 +
    "itemLabel": "Temne language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q439",
 +
    "itemLabel": "Ottoman Turkish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q440",
 +
    "itemLabel": "Cook Islands Māori"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q441",
 +
    "itemLabel": "Chagatai"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q442",
 +
    "itemLabel": "Wolaytta"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q443",
 +
    "itemLabel": "Volapük"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q444",
 +
    "itemLabel": "Kawi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q445",
 +
    "itemLabel": "Arapaho"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q446",
 +
    "itemLabel": "Punjabi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q447",
 +
    "itemLabel": "Pashto"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q4901",
 +
    "itemLabel": "Shawiya language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q518087",
 +
    "itemLabel": "Central Catalan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q6714",
 +
    "itemLabel": "Algerian Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q930",
 +
    "itemLabel": "Gascon dialect"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q931",
 +
    "itemLabel": "Languedocien dialect"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q4465",
 +
    "itemLabel": "Teochew dialect"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q5049",
 +
    "itemLabel": "Wallisian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q19858",
 +
    "itemLabel": "Baoulé"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q19859",
 +
    "itemLabel": "Southern Min"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q27302",
 +
    "itemLabel": "Ho"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51302",
 +
    "itemLabel": "Atayal"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q40979",
 +
    "itemLabel": "Wayuu"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q43042",
 +
    "itemLabel": "Chadian Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q115106",
 +
    "itemLabel": "Buhi Bikol language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q264201",
 +
    "itemLabel": "Moroccan Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q338540",
 +
    "itemLabel": "toki pona"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q424673",
 +
    "itemLabel": "Shilha"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51235",
 +
    "itemLabel": "Mali"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51236",
 +
    "itemLabel": "Picard"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51237",
 +
    "itemLabel": "Franco-Provençal"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51299",
 +
    "itemLabel": "Havu"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51301",
 +
    "itemLabel": "Yami"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51303",
 +
    "itemLabel": "Bunun"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51304",
 +
    "itemLabel": "Kanakanabu"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51305",
 +
    "itemLabel": "Kavalan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51306",
 +
    "itemLabel": "Paiwan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51307",
 +
    "itemLabel": "Puyuma"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51308",
 +
    "itemLabel": "Rukai"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51309",
 +
    "itemLabel": "Saaroa"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51310",
 +
    "itemLabel": "Saisiyat"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51311",
 +
    "itemLabel": "Seediq"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51312",
 +
    "itemLabel": "Thao"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51313",
 +
    "itemLabel": "Tsou"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51314",
 +
    "itemLabel": "Hakka"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51870",
 +
    "itemLabel": "Amis"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51871",
 +
    "itemLabel": "Sakizaya language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q51872",
 +
    "itemLabel": "Nataoran language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52067",
 +
    "itemLabel": "Ghomala' language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52068",
 +
    "itemLabel": "Bulu language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52069",
 +
    "itemLabel": "Eton language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52070",
 +
    "itemLabel": "Nen language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52072",
 +
    "itemLabel": "Nga'ka language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52073",
 +
    "itemLabel": "Oroko"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52074",
 +
    "itemLabel": "Londo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52206",
 +
    "itemLabel": "Yemba"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52207",
 +
    "itemLabel": "Fe'fe'"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52292",
 +
    "itemLabel": "Rhine Franconian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52293",
 +
    "itemLabel": "Zarma"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52294",
 +
    "itemLabel": "Innu-aimun"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52295",
 +
    "itemLabel": "Atikamekw"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q52296",
 +
    "itemLabel": "Réunion Creole"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q53356",
 +
    "itemLabel": "Cape Verdean Creole"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q55890",
 +
    "itemLabel": "West Flemish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q100311",
 +
    "itemLabel": "Walser German"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q74902",
 +
    "itemLabel": "Rumantsch Grischun"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q74903",
 +
    "itemLabel": "Surmiran"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q74904",
 +
    "itemLabel": "Sutsilvan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q74905",
 +
    "itemLabel": "Sursilvan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q74906",
 +
    "itemLabel": "Vallader"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q74907",
 +
    "itemLabel": "Putèr"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q75180",
 +
    "itemLabel": "Chakma"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q83641",
 +
    "itemLabel": "Guadeloupean Creole French"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q84029",
 +
    "itemLabel": "Martinique Creole"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q84030",
 +
    "itemLabel": "Guianan Creole"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q84031",
 +
    "itemLabel": "Dominican Creole French"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q84032",
 +
    "itemLabel": "Louisiana Creole"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q84033",
 +
    "itemLabel": "Mauritian Creole"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q84034",
 +
    "itemLabel": "Saint Lucian Creole French"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q84035",
 +
    "itemLabel": "Seychellois Creole"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q115107",
 +
    "itemLabel": "Central Bikol"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q115108",
 +
    "itemLabel": "Libon Bikol"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q115109",
 +
    "itemLabel": "Miraya Bikol"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q115110",
 +
    "itemLabel": "Pandan Bikol language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q115111",
 +
    "itemLabel": "Rinconada Bikol"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q115112",
 +
    "itemLabel": "Southern Catanduanes Bikol"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q115113",
 +
    "itemLabel": "West Albay Bikol"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q123270",
 +
    "itemLabel": "British English"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q123271",
 +
    "itemLabel": "American English"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q191499",
 +
    "itemLabel": "Laari"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q204940",
 +
    "itemLabel": "Nyang language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q204941",
 +
    "itemLabel": "Mbo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q204942",
 +
    "itemLabel": "Tikar"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q204943",
 +
    "itemLabel": "Massa language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q204946",
 +
    "itemLabel": "Mundang"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q204947",
 +
    "itemLabel": "Tupuri"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q204948",
 +
    "itemLabel": "South Giziga"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q204949",
 +
    "itemLabel": "North Giziga"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q459005",
 +
    "itemLabel": "Kaqchikel"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q211851",
 +
    "itemLabel": "Nsei language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q215053",
 +
    "itemLabel": "Ngiemboon"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q221062",
 +
    "itemLabel": "Cantonese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q322719",
 +
    "itemLabel": "Baleswari Oriya"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q339099",
 +
    "itemLabel": "Mozabite"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q365515",
 +
    "itemLabel": "Manbhumi dialect"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q390278",
 +
    "itemLabel": "Kurmanji"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q379019",
 +
    "itemLabel": "Doric"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q385285",
 +
    "itemLabel": "Dagbani"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q386221",
 +
    "itemLabel": "Bankon"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q386440",
 +
    "itemLabel": "Aramaic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q386441",
 +
    "itemLabel": "Ndrumbea"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q386442",
 +
    "itemLabel": "Ajië"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q386443",
 +
    "itemLabel": "Drehu"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q386444",
 +
    "itemLabel": "Sorani"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q390314",
 +
    "itemLabel": "Egyptian Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q395932",
 +
    "itemLabel": "Wushi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q397198",
 +
    "itemLabel": "Central Tibetan language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q402272",
 +
    "itemLabel": "Malecite-Passamaquoddy"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q430329",
 +
    "itemLabel": "Gutnish"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q489393",
 +
    "itemLabel": "Futunan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q502754",
 +
    "itemLabel": "Cypriot Arabic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q518078",
 +
    "itemLabel": "Northwestern Catalan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q518079",
 +
    "itemLabel": "Valencian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q518106",
 +
    "itemLabel": "Balearic"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q518118",
 +
    "itemLabel": "Northern Catalan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q518128",
 +
    "itemLabel": "Algherese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q521069",
 +
    "itemLabel": "Lorrain"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q521070",
 +
    "itemLabel": "Lorraine Franconian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q531093",
 +
    "itemLabel": "Old Tupi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q536601",
 +
    "itemLabel": "Esuma"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q536602",
 +
    "itemLabel": "Ngambay"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q536634",
 +
    "itemLabel": "Anyin"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q538619",
 +
    "itemLabel": "Ndyuka"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q538620",
 +
    "itemLabel": "Aluku"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q538621",
 +
    "itemLabel": "Pamaka"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q538622",
 +
    "itemLabel": "Businenge Tongo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q538623",
 +
    "itemLabel": "Saramaccan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q555966",
 +
    "itemLabel": "Mon"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q563459",
 +
    "itemLabel": "Laki"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q567656",
 +
    "itemLabel": "Gallo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570501",
 +
    "itemLabel": "Fataluku"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570502",
 +
    "itemLabel": "Eblaite"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570503",
 +
    "itemLabel": "Eborna"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570504",
 +
    "itemLabel": "Dogoso"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570505",
 +
    "itemLabel": "Dyan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570506",
 +
    "itemLabel": "Ingessana"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570507",
 +
    "itemLabel": "Djimini"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570511",
 +
    "itemLabel": "Frafra"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570512",
 +
    "itemLabel": "Elymian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570513",
 +
    "itemLabel": "Datooga"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570514",
 +
    "itemLabel": "Anuta"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570515",
 +
    "itemLabel": "Galoli"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570516",
 +
    "itemLabel": "Duma"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570517",
 +
    "itemLabel": "Embu"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570519",
 +
    "itemLabel": "Eton"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570520",
 +
    "itemLabel": "Watiwa"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570521",
 +
    "itemLabel": "Ghomara"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570522",
 +
    "itemLabel": "Dizin"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570523",
 +
    "itemLabel": "Dime"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570524",
 +
    "itemLabel": "Eteocypriot"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570525",
 +
    "itemLabel": "Gbanzili"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570526",
 +
    "itemLabel": "Sirionó"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570527",
 +
    "itemLabel": "Tatuyo"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570528",
 +
    "itemLabel": "Coatzospan Mixtec"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570529",
 +
    "itemLabel": "Atatláhuca–San Miguel Mixtec"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570531",
 +
    "itemLabel": "Mixtepec Mixtec"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570532",
 +
    "itemLabel": "Alacatlatzala Mixtec"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570533",
 +
    "itemLabel": "Secoya"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q570534",
 +
    "itemLabel": "Viya"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q585002",
 +
    "itemLabel": "Viennese German"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590184",
 +
    "itemLabel": "Arifama-Miniafia"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590185",
 +
    "itemLabel": "Ankave"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590186",
 +
    "itemLabel": "Abau"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590187",
 +
    "itemLabel": "Amarasi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590188",
 +
    "itemLabel": "Abelam"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590189",
 +
    "itemLabel": "Aneme Wake"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590190",
 +
    "itemLabel": "Kyode"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590191",
 +
    "itemLabel": "Achang"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590192",
 +
    "itemLabel": "Achi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590193",
 +
    "itemLabel": "Shiwiar"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q590194",
 +
    "itemLabel": "Adele"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q656404",
 +
    "itemLabel": "Bila"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q683870",
 +
    "itemLabel": "Bishnupriya Manipuri"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q700683",
 +
    "itemLabel": "Goan Konkani"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q701734",
 +
    "itemLabel": "Salcete Konkani"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q710470",
 +
    "itemLabel": "Tarantino"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q711231",
 +
    "itemLabel": "Elfdalian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q713359",
 +
    "itemLabel": "Nanjing Dialect"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q720542",
 +
    "itemLabel": "Salentino"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q733156",
 +
    "itemLabel": "meridional Cilentan"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q733159",
 +
    "itemLabel": "centro-meridional Calabrian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q757855",
 +
    "itemLabel": "Cimbrian"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q763811",
 +
    "itemLabel": "Idu Mishmi"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q769475",
 +
    "itemLabel": "Banjarese"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q778085",
 +
    "itemLabel": "Suruí"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q778750",
 +
    "itemLabel": "Aghem"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q787855",
 +
    "itemLabel": "Kazakh-Russian sign language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q806575",
 +
    "itemLabel": "American Sign Language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q806576",
 +
    "itemLabel": "British Sign Language"
 +
  },
 +
  {
 +
    "item": "https://lingualibre.org/entity/Q807153",
 +
    "itemLabel": "Bavarian"
 
   }
 
   }
 
]
 
]

Revision as of 19:19, 1 February 2023

/* **************
SELECT ?item ?itemLabel WHERE {
SERVICE wikibase:label {
  bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
} 
?item prop:P2 entity:Q4
} 
************** */
[
  {
    "item": "https://lingualibre.org/entity/Q100",
    "itemLabel": "Luba-Katanga"
  },
  {
    "item": "https://lingualibre.org/entity/Q101",
    "itemLabel": "Serer"
  },
  {
    "item": "https://lingualibre.org/entity/Q102",
    "itemLabel": "Moldovan"
  },
  {
    "item": "https://lingualibre.org/entity/Q103",
    "itemLabel": "Southern Ndebele"
  },
  {
    "item": "https://lingualibre.org/entity/Q104",
    "itemLabel": "Yao"
  },
  {
    "item": "https://lingualibre.org/entity/Q105",
    "itemLabel": "Umbundu"
  },
  {
    "item": "https://lingualibre.org/entity/Q106",
    "itemLabel": "Marwari"
  },
  {
    "item": "https://lingualibre.org/entity/Q107",
    "itemLabel": "Shan"
  },
  {
    "item": "https://lingualibre.org/entity/Q108",
    "itemLabel": "Samaritan Aramaic"
  },
  {
    "item": "https://lingualibre.org/entity/Q109",
    "itemLabel": "Bihari languages"
  },
  {
    "item": "https://lingualibre.org/entity/Q110",
    "itemLabel": "East Frisian Low Saxon"
  },
  {
    "item": "https://lingualibre.org/entity/Q111",
    "itemLabel": "Afrihili"
  },
  {
    "item": "https://lingualibre.org/entity/Q112",
    "itemLabel": "Blissymbols"
  },
  {
    "item": "https://lingualibre.org/entity/Q113",
    "itemLabel": "Mandarin Chinese"
  },
  {
    "item": "https://lingualibre.org/entity/Q114",
    "itemLabel": "Kwanyama"
  },
  {
    "item": "https://lingualibre.org/entity/Q115",
    "itemLabel": "Southern Altai"
  },
  {
    "item": "https://lingualibre.org/entity/Q116",
    "itemLabel": "Osage"
  },
  {
    "item": "https://lingualibre.org/entity/Q117",
    "itemLabel": "Arawak"
  },
  {
    "item": "https://lingualibre.org/entity/Q118",
    "itemLabel": "Terêna language"
  },
  {
    "item": "https://lingualibre.org/entity/Q119",
    "itemLabel": "Nyamwezi"
  },
  {
    "item": "https://lingualibre.org/entity/Q120",
    "itemLabel": "Classical Nepal Bhasa"
  },
  {
    "item": "https://lingualibre.org/entity/Q121",
    "itemLabel": "Standard Moroccan Tamazight"
  },
  {
    "item": "https://lingualibre.org/entity/Q122",
    "itemLabel": "Hmongic languages"
  },
  {
    "item": "https://lingualibre.org/entity/Q123",
    "itemLabel": "Hindi"
  },
  {
    "item": "https://lingualibre.org/entity/Q124",
    "itemLabel": "Urdu"
  },
  {
    "item": "https://lingualibre.org/entity/Q125",
    "itemLabel": "Gujarati"
  },
  {
    "item": "https://lingualibre.org/entity/Q126",
    "itemLabel": "Portuguese"
  },
  {
    "item": "https://lingualibre.org/entity/Q127",
    "itemLabel": "Tamil"
  },
  {
    "item": "https://lingualibre.org/entity/Q128",
    "itemLabel": "Croatian"
  },
  {
    "item": "https://lingualibre.org/entity/Q129",
    "itemLabel": "Russian"
  },
  {
    "item": "https://lingualibre.org/entity/Q130",
    "itemLabel": "Chinese writing"
  },
  {
    "item": "https://lingualibre.org/entity/Q131",
    "itemLabel": "Armenian"
  },
  {
    "item": "https://lingualibre.org/entity/Q132",
    "itemLabel": "Montenegrin"
  },
  {
    "item": "https://lingualibre.org/entity/Q133",
    "itemLabel": "Slovene"
  },
  {
    "item": "https://lingualibre.org/entity/Q134",
    "itemLabel": "Maltese"
  },
  {
    "item": "https://lingualibre.org/entity/Q135",
    "itemLabel": "Lao"
  },
  {
    "item": "https://lingualibre.org/entity/Q136",
    "itemLabel": "Thai"
  },
  {
    "item": "https://lingualibre.org/entity/Q137",
    "itemLabel": "Kazakh"
  },
  {
    "item": "https://lingualibre.org/entity/Q138",
    "itemLabel": "Azerbaijani"
  },
  {
    "item": "https://lingualibre.org/entity/Q139",
    "itemLabel": "Serbian"
  },
  {
    "item": "https://lingualibre.org/entity/Q140",
    "itemLabel": "Galician"
  },
  {
    "item": "https://lingualibre.org/entity/Q141",
    "itemLabel": "Welsh"
  },
  {
    "item": "https://lingualibre.org/entity/Q142",
    "itemLabel": "Scottish Gaelic"
  },
  {
    "item": "https://lingualibre.org/entity/Q143",
    "itemLabel": "Zulu"
  },
  {
    "item": "https://lingualibre.org/entity/Q144",
    "itemLabel": "Manx"
  },
  {
    "item": "https://lingualibre.org/entity/Q145",
    "itemLabel": "Xhosa"
  },
  {
    "item": "https://lingualibre.org/entity/Q146",
    "itemLabel": "Uyghur"
  },
  {
    "item": "https://lingualibre.org/entity/Q147",
    "itemLabel": "Skolt Sami"
  },
  {
    "item": "https://lingualibre.org/entity/Q148",
    "itemLabel": "Nauruan"
  },
  {
    "item": "https://lingualibre.org/entity/Q149",
    "itemLabel": "Mi'kmaq"
  },
  {
    "item": "https://lingualibre.org/entity/Q150",
    "itemLabel": "Afrikaans"
  },
  {
    "item": "https://lingualibre.org/entity/Q151",
    "itemLabel": "Chipewyan"
  },
  {
    "item": "https://lingualibre.org/entity/Q152",
    "itemLabel": "Akan language"
  },
  {
    "item": "https://lingualibre.org/entity/Q153",
    "itemLabel": "Hupa"
  },
  {
    "item": "https://lingualibre.org/entity/Q154",
    "itemLabel": "Amharic"
  },
  {
    "item": "https://lingualibre.org/entity/Q155",
    "itemLabel": "Angika"
  },
  {
    "item": "https://lingualibre.org/entity/Q156",
    "itemLabel": "Pohnpeian"
  },
  {
    "item": "https://lingualibre.org/entity/Q157",
    "itemLabel": "Inuktitut"
  },
  {
    "item": "https://lingualibre.org/entity/Q158",
    "itemLabel": "Dargwa"
  },
  {
    "item": "https://lingualibre.org/entity/Q159",
    "itemLabel": "Dioula language"
  },
  {
    "item": "https://lingualibre.org/entity/Q160",
    "itemLabel": "Baluchi"
  },
  {
    "item": "https://lingualibre.org/entity/Q161",
    "itemLabel": "Balinese"
  },
  {
    "item": "https://lingualibre.org/entity/Q162",
    "itemLabel": "Dzongkha"
  },
  {
    "item": "https://lingualibre.org/entity/Q163",
    "itemLabel": "Fijian"
  },
  {
    "item": "https://lingualibre.org/entity/Q164",
    "itemLabel": "Kutenai"
  },
  {
    "item": "https://lingualibre.org/entity/Q165",
    "itemLabel": "Haitian Creole"
  },
  {
    "item": "https://lingualibre.org/entity/Q166",
    "itemLabel": "Kurukh"
  },
  {
    "item": "https://lingualibre.org/entity/Q167",
    "itemLabel": "Kashmiri"
  },
  {
    "item": "https://lingualibre.org/entity/Q168",
    "itemLabel": "Susu"
  },
  {
    "item": "https://lingualibre.org/entity/Q169",
    "itemLabel": "Tagalog"
  },
  {
    "item": "https://lingualibre.org/entity/Q170",
    "itemLabel": "Tuareg languages"
  },
  {
    "item": "https://lingualibre.org/entity/Q171",
    "itemLabel": "Tongan"
  },
  {
    "item": "https://lingualibre.org/entity/Q172",
    "itemLabel": "Tokelauan language"
  },
  {
    "item": "https://lingualibre.org/entity/Q173",
    "itemLabel": "Washo"
  },
  {
    "item": "https://lingualibre.org/entity/Q174",
    "itemLabel": "Wolof"
  },
  {
    "item": "https://lingualibre.org/entity/Q175",
    "itemLabel": "Old French"
  },
  {
    "item": "https://lingualibre.org/entity/Q176",
    "itemLabel": "Elamite"
  },
  {
    "item": "https://lingualibre.org/entity/Q177",
    "itemLabel": "Ancient Greek"
  },
  {
    "item": "https://lingualibre.org/entity/Q178",
    "itemLabel": "Interlingua"
  },
  {
    "item": "https://lingualibre.org/entity/Q179",
    "itemLabel": "Hiligaynon"
  },
  {
    "item": "https://lingualibre.org/entity/Q180",
    "itemLabel": "Coptic"
  },
  {
    "item": "https://lingualibre.org/entity/Q181",
    "itemLabel": "Lingala"
  },
  {
    "item": "https://lingualibre.org/entity/Q182",
    "itemLabel": "Kurdish"
  },
  {
    "item": "https://lingualibre.org/entity/Q183",
    "itemLabel": "Māori"
  },
  {
    "item": "https://lingualibre.org/entity/Q184",
    "itemLabel": "Soninke"
  },
  {
    "item": "https://lingualibre.org/entity/Q185",
    "itemLabel": "Pali"
  },
  {
    "item": "https://lingualibre.org/entity/Q186",
    "itemLabel": "Phoenician"
  },
  {
    "item": "https://lingualibre.org/entity/Q187",
    "itemLabel": "Sumerian"
  },
  {
    "item": "https://lingualibre.org/entity/Q188",
    "itemLabel": "Twi"
  },
  {
    "item": "https://lingualibre.org/entity/Q189",
    "itemLabel": "Ugaritic"
  },
  {
    "item": "https://lingualibre.org/entity/Q190",
    "itemLabel": "Vai"
  },
  {
    "item": "https://lingualibre.org/entity/Q191",
    "itemLabel": "Luiseño language"
  },
  {
    "item": "https://lingualibre.org/entity/Q192",
    "itemLabel": "Lule Sami"
  },
  {
    "item": "https://lingualibre.org/entity/Q193",
    "itemLabel": "Hausa"
  },
  {
    "item": "https://lingualibre.org/entity/Q194",
    "itemLabel": "Caddo"
  },
  {
    "item": "https://lingualibre.org/entity/Q195",
    "itemLabel": "Alemannic German"
  },
  {
    "item": "https://lingualibre.org/entity/Q196",
    "itemLabel": "Mende"
  },
  {
    "item": "https://lingualibre.org/entity/Q197",
    "itemLabel": "Li'o"
  },
  {
    "item": "https://lingualibre.org/entity/Q198",
    "itemLabel": "Laura"
  },
  {
    "item": "https://lingualibre.org/entity/Q199",
    "itemLabel": "Kodi"
  },
  {
    "item": "https://lingualibre.org/entity/Q200",
    "itemLabel": "Khotanese"
  },
  {
    "item": "https://lingualibre.org/entity/Q201",
    "itemLabel": "Imperial Aramaic"
  },
  {
    "item": "https://lingualibre.org/entity/Q202",
    "itemLabel": "Aymara"
  },
  {
    "item": "https://lingualibre.org/entity/Q203",
    "itemLabel": "Catalan"
  },
  {
    "item": "https://lingualibre.org/entity/Q204",
    "itemLabel": "Bulgarian"
  },
  {
    "item": "https://lingualibre.org/entity/Q205",
    "itemLabel": "Greek"
  },
  {
    "item": "https://lingualibre.org/entity/Q206",
    "itemLabel": "Irish"
  },
  {
    "item": "https://lingualibre.org/entity/Q207",
    "itemLabel": "Korean"
  },
  {
    "item": "https://lingualibre.org/entity/Q208",
    "itemLabel": "Vietnamese"
  },
  {
    "item": "https://lingualibre.org/entity/Q209",
    "itemLabel": "Breton"
  },
  {
    "item": "https://lingualibre.org/entity/Q21",
    "itemLabel": "French"
  },
  {
    "item": "https://lingualibre.org/entity/Q210",
    "itemLabel": "Zapotec languages"
  },
  {
    "item": "https://lingualibre.org/entity/Q211",
    "itemLabel": "Zhuang"
  },
  {
    "item": "https://lingualibre.org/entity/Q212",
    "itemLabel": "Udmurt"
  },
  {
    "item": "https://lingualibre.org/entity/Q213",
    "itemLabel": "Upper Sorbian"
  },
  {
    "item": "https://lingualibre.org/entity/Q214",
    "itemLabel": "Lower Sorbian"
  },
  {
    "item": "https://lingualibre.org/entity/Q215",
    "itemLabel": "Southern Sami"
  },
  {
    "item": "https://lingualibre.org/entity/Q216",
    "itemLabel": "Minangkabau"
  },
  {
    "item": "https://lingualibre.org/entity/Q217",
    "itemLabel": "Mirandese"
  },
  {
    "item": "https://lingualibre.org/entity/Q218",
    "itemLabel": "Moksha"
  },
  {
    "item": "https://lingualibre.org/entity/Q219",
    "itemLabel": "Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q22",
    "itemLabel": "English"
  },
  {
    "item": "https://lingualibre.org/entity/Q220",
    "itemLabel": "Scots"
  },
  {
    "item": "https://lingualibre.org/entity/Q221",
    "itemLabel": "Cornish"
  },
  {
    "item": "https://lingualibre.org/entity/Q222",
    "itemLabel": "Greenlandic"
  },
  {
    "item": "https://lingualibre.org/entity/Q223",
    "itemLabel": "Low German"
  },
  {
    "item": "https://lingualibre.org/entity/Q224",
    "itemLabel": "West Frisian"
  },
  {
    "item": "https://lingualibre.org/entity/Q225",
    "itemLabel": "Acehnese"
  },
  {
    "item": "https://lingualibre.org/entity/Q226",
    "itemLabel": "Adyghe"
  },
  {
    "item": "https://lingualibre.org/entity/Q227",
    "itemLabel": "Afar"
  },
  {
    "item": "https://lingualibre.org/entity/Q228",
    "itemLabel": "North Frisian"
  },
  {
    "item": "https://lingualibre.org/entity/Q229",
    "itemLabel": "Aromanian"
  },
  {
    "item": "https://lingualibre.org/entity/Q230",
    "itemLabel": "Asturian"
  },
  {
    "item": "https://lingualibre.org/entity/Q231",
    "itemLabel": "Erzya"
  },
  {
    "item": "https://lingualibre.org/entity/Q232",
    "itemLabel": "Ewe"
  },
  {
    "item": "https://lingualibre.org/entity/Q233",
    "itemLabel": "Gilbertese"
  },
  {
    "item": "https://lingualibre.org/entity/Q234",
    "itemLabel": "Lezgian"
  },
  {
    "item": "https://lingualibre.org/entity/Q235",
    "itemLabel": "Bemba language"
  },
  {
    "item": "https://lingualibre.org/entity/Q236",
    "itemLabel": "Blackfoot"
  },
  {
    "item": "https://lingualibre.org/entity/Q237",
    "itemLabel": "Buginese"
  },
  {
    "item": "https://lingualibre.org/entity/Q238",
    "itemLabel": "Cebuano"
  },
  {
    "item": "https://lingualibre.org/entity/Q239",
    "itemLabel": "Church Slavonic"
  },
  {
    "item": "https://lingualibre.org/entity/Q24",
    "itemLabel": "German"
  },
  {
    "item": "https://lingualibre.org/entity/Q240",
    "itemLabel": "Cheyenne"
  },
  {
    "item": "https://lingualibre.org/entity/Q241",
    "itemLabel": "Bhojpuri"
  },
  {
    "item": "https://lingualibre.org/entity/Q242",
    "itemLabel": "Fon"
  },
  {
    "item": "https://lingualibre.org/entity/Q243",
    "itemLabel": "Chuvash"
  },
  {
    "item": "https://lingualibre.org/entity/Q244",
    "itemLabel": "Cherokee"
  },
  {
    "item": "https://lingualibre.org/entity/Q245",
    "itemLabel": "Friulian"
  },
  {
    "item": "https://lingualibre.org/entity/Q246",
    "itemLabel": "Fang language"
  },
  {
    "item": "https://lingualibre.org/entity/Q247",
    "itemLabel": "Ingush"
  },
  {
    "item": "https://lingualibre.org/entity/Q248",
    "itemLabel": "Kabardian"
  },
  {
    "item": "https://lingualibre.org/entity/Q249",
    "itemLabel": "Karakalpak"
  },
  {
    "item": "https://lingualibre.org/entity/Q25",
    "itemLabel": "Esperanto"
  },
  {
    "item": "https://lingualibre.org/entity/Q250",
    "itemLabel": "Hawaiian"
  },
  {
    "item": "https://lingualibre.org/entity/Q251",
    "itemLabel": "Igbo"
  },
  {
    "item": "https://lingualibre.org/entity/Q252",
    "itemLabel": "Khasi"
  },
  {
    "item": "https://lingualibre.org/entity/Q253",
    "itemLabel": "Kashubian"
  },
  {
    "item": "https://lingualibre.org/entity/Q254",
    "itemLabel": "Karachay-Balkar"
  },
  {
    "item": "https://lingualibre.org/entity/Q255",
    "itemLabel": "Neapolitan"
  },
  {
    "item": "https://lingualibre.org/entity/Q256",
    "itemLabel": "Papiamento"
  },
  {
    "item": "https://lingualibre.org/entity/Q257",
    "itemLabel": "Pangasinan"
  },
  {
    "item": "https://lingualibre.org/entity/Q258",
    "itemLabel": "Northern Sotho"
  },
  {
    "item": "https://lingualibre.org/entity/Q259",
    "itemLabel": "Sicilian"
  },
  {
    "item": "https://lingualibre.org/entity/Q26",
    "itemLabel": "Gondi"
  },
  {
    "item": "https://lingualibre.org/entity/Q260",
    "itemLabel": "Nepal Bhasa"
  },
  {
    "item": "https://lingualibre.org/entity/Q261",
    "itemLabel": "Sranan tongo"
  },
  {
    "item": "https://lingualibre.org/entity/Q262",
    "itemLabel": "Tuvan"
  },
  {
    "item": "https://lingualibre.org/entity/Q263",
    "itemLabel": "Tetum"
  },
  {
    "item": "https://lingualibre.org/entity/Q264",
    "itemLabel": "Tumbuka"
  },
  {
    "item": "https://lingualibre.org/entity/Q265",
    "itemLabel": "Tok Pisin"
  },
  {
    "item": "https://lingualibre.org/entity/Q266",
    "itemLabel": "Waray language"
  },
  {
    "item": "https://lingualibre.org/entity/Q267",
    "itemLabel": "Sakha"
  },
  {
    "item": "https://lingualibre.org/entity/Q268",
    "itemLabel": "Ekajuk"
  },
  {
    "item": "https://lingualibre.org/entity/Q269",
    "itemLabel": "Efik"
  },
  {
    "item": "https://lingualibre.org/entity/Q27",
    "itemLabel": "Gorontalo"
  },
  {
    "item": "https://lingualibre.org/entity/Q270",
    "itemLabel": "Old Church Slavonic"
  },
  {
    "item": "https://lingualibre.org/entity/Q271",
    "itemLabel": "Fante"
  },
  {
    "item": "https://lingualibre.org/entity/Q272",
    "itemLabel": "Gothic"
  },
  {
    "item": "https://lingualibre.org/entity/Q273",
    "itemLabel": "Kabyle"
  },
  {
    "item": "https://lingualibre.org/entity/Q274",
    "itemLabel": "Ilocano"
  },
  {
    "item": "https://lingualibre.org/entity/Q275",
    "itemLabel": "Maithili"
  },
  {
    "item": "https://lingualibre.org/entity/Q276",
    "itemLabel": "Kapampangan"
  },
  {
    "item": "https://lingualibre.org/entity/Q277",
    "itemLabel": "Ladino"
  },
  {
    "item": "https://lingualibre.org/entity/Q278",
    "itemLabel": "Lojban"
  },
  {
    "item": "https://lingualibre.org/entity/Q279",
    "itemLabel": "Modern Greek"
  },
  {
    "item": "https://lingualibre.org/entity/Q28",
    "itemLabel": "Old Occitan"
  },
  {
    "item": "https://lingualibre.org/entity/Q280",
    "itemLabel": "Old English"
  },
  {
    "item": "https://lingualibre.org/entity/Q281",
    "itemLabel": "Dinka"
  },
  {
    "item": "https://lingualibre.org/entity/Q282",
    "itemLabel": "Oirat"
  },
  {
    "item": "https://lingualibre.org/entity/Q283",
    "itemLabel": "Tonga (Nyasa) language"
  },
  {
    "item": "https://lingualibre.org/entity/Q284",
    "itemLabel": "Tlingit"
  },
  {
    "item": "https://lingualibre.org/entity/Q285",
    "itemLabel": "Kinyarwanda"
  },
  {
    "item": "https://lingualibre.org/entity/Q286",
    "itemLabel": "Kongo"
  },
  {
    "item": "https://lingualibre.org/entity/Q287",
    "itemLabel": "Nepali"
  },
  {
    "item": "https://lingualibre.org/entity/Q288",
    "itemLabel": "Ojibwe"
  },
  {
    "item": "https://lingualibre.org/entity/Q289",
    "itemLabel": "Walloon"
  },
  {
    "item": "https://lingualibre.org/entity/Q29",
    "itemLabel": "Atakapa"
  },
  {
    "item": "https://lingualibre.org/entity/Q290",
    "itemLabel": "Carib"
  },
  {
    "item": "https://lingualibre.org/entity/Q291",
    "itemLabel": "Middle Dutch"
  },
  {
    "item": "https://lingualibre.org/entity/Q292",
    "itemLabel": "Sogdian"
  },
  {
    "item": "https://lingualibre.org/entity/Q293",
    "itemLabel": "Middle High German"
  },
  {
    "item": "https://lingualibre.org/entity/Q294",
    "itemLabel": "Sasak"
  },
  {
    "item": "https://lingualibre.org/entity/Q295",
    "itemLabel": "Nias"
  },
  {
    "item": "https://lingualibre.org/entity/Q296",
    "itemLabel": "Sukuma"
  },
  {
    "item": "https://lingualibre.org/entity/Q297",
    "itemLabel": "Turkish"
  },
  {
    "item": "https://lingualibre.org/entity/Q298",
    "itemLabel": "Polish"
  },
  {
    "item": "https://lingualibre.org/entity/Q299",
    "itemLabel": "Basque"
  },
  {
    "item": "https://lingualibre.org/entity/Q30",
    "itemLabel": "Tsimshian"
  },
  {
    "item": "https://lingualibre.org/entity/Q300",
    "itemLabel": "Danish"
  },
  {
    "item": "https://lingualibre.org/entity/Q301",
    "itemLabel": "Slovak"
  },
  {
    "item": "https://lingualibre.org/entity/Q302",
    "itemLabel": "Estonian"
  },
  {
    "item": "https://lingualibre.org/entity/Q303",
    "itemLabel": "Belarusian"
  },
  {
    "item": "https://lingualibre.org/entity/Q304",
    "itemLabel": "Burmese"
  },
  {
    "item": "https://lingualibre.org/entity/Q305",
    "itemLabel": "Indonesian"
  },
  {
    "item": "https://lingualibre.org/entity/Q306",
    "itemLabel": "Macedonian"
  },
  {
    "item": "https://lingualibre.org/entity/Q307",
    "itemLabel": "Bengali"
  },
  {
    "item": "https://lingualibre.org/entity/Q308",
    "itemLabel": "Sanskrit"
  },
  {
    "item": "https://lingualibre.org/entity/Q309",
    "itemLabel": "Runyankole language"
  },
  {
    "item": "https://lingualibre.org/entity/Q31",
    "itemLabel": "Hokkaido Ainu"
  },
  {
    "item": "https://lingualibre.org/entity/Q310",
    "itemLabel": "Mohawk"
  },
  {
    "item": "https://lingualibre.org/entity/Q311",
    "itemLabel": "Occitan"
  },
  {
    "item": "https://lingualibre.org/entity/Q312",
    "itemLabel": "Nynorsk"
  },
  {
    "item": "https://lingualibre.org/entity/Q313",
    "itemLabel": "Tatar"
  },
  {
    "item": "https://lingualibre.org/entity/Q314",
    "itemLabel": "Avestan"
  },
  {
    "item": "https://lingualibre.org/entity/Q315",
    "itemLabel": "Maldivian"
  },
  {
    "item": "https://lingualibre.org/entity/Q316",
    "itemLabel": "Venda"
  },
  {
    "item": "https://lingualibre.org/entity/Q317",
    "itemLabel": "Beja"
  },
  {
    "item": "https://lingualibre.org/entity/Q318",
    "itemLabel": "Bambara"
  },
  {
    "item": "https://lingualibre.org/entity/Q319",
    "itemLabel": "Chamorro"
  },
  {
    "item": "https://lingualibre.org/entity/Q32",
    "itemLabel": "Icelandic"
  },
  {
    "item": "https://lingualibre.org/entity/Q320",
    "itemLabel": "Gayo"
  },
  {
    "item": "https://lingualibre.org/entity/Q321",
    "itemLabel": "Ga"
  },
  {
    "item": "https://lingualibre.org/entity/Q322",
    "itemLabel": "Herero"
  },
  {
    "item": "https://lingualibre.org/entity/Q323",
    "itemLabel": "Chechen"
  },
  {
    "item": "https://lingualibre.org/entity/Q324",
    "itemLabel": "Crimean Tatar"
  },
  {
    "item": "https://lingualibre.org/entity/Q325",
    "itemLabel": "Luganda"
  },
  {
    "item": "https://lingualibre.org/entity/Q326",
    "itemLabel": "Iban"
  },
  {
    "item": "https://lingualibre.org/entity/Q327",
    "itemLabel": "Inari Sami"
  },
  {
    "item": "https://lingualibre.org/entity/Q328",
    "itemLabel": "Karelian"
  },
  {
    "item": "https://lingualibre.org/entity/Q329",
    "itemLabel": "Gikuyu"
  },
  {
    "item": "https://lingualibre.org/entity/Q33",
    "itemLabel": "Finnish"
  },
  {
    "item": "https://lingualibre.org/entity/Q330",
    "itemLabel": "Hiri Motu"
  },
  {
    "item": "https://lingualibre.org/entity/Q331",
    "itemLabel": "Lozi"
  },
  {
    "item": "https://lingualibre.org/entity/Q332",
    "itemLabel": "Manchu"
  },
  {
    "item": "https://lingualibre.org/entity/Q333",
    "itemLabel": "Mapudungun"
  },
  {
    "item": "https://lingualibre.org/entity/Q334",
    "itemLabel": "Niuean"
  },
  {
    "item": "https://lingualibre.org/entity/Q335",
    "itemLabel": "Nyoro"
  },
  {
    "item": "https://lingualibre.org/entity/Q336",
    "itemLabel": "Odia"
  },
  {
    "item": "https://lingualibre.org/entity/Q337",
    "itemLabel": "Ndonga"
  },
  {
    "item": "https://lingualibre.org/entity/Q338",
    "itemLabel": "Sango"
  },
  {
    "item": "https://lingualibre.org/entity/Q339",
    "itemLabel": "Santali"
  },
  {
    "item": "https://lingualibre.org/entity/Q34",
    "itemLabel": "Marathi"
  },
  {
    "item": "https://lingualibre.org/entity/Q340",
    "itemLabel": "Ossetian"
  },
  {
    "item": "https://lingualibre.org/entity/Q341",
    "itemLabel": "Sardinian"
  },
  {
    "item": "https://lingualibre.org/entity/Q342",
    "itemLabel": "Selkup"
  },
  {
    "item": "https://lingualibre.org/entity/Q343",
    "itemLabel": "Yapese"
  },
  {
    "item": "https://lingualibre.org/entity/Q344",
    "itemLabel": "Tuvaluan language"
  },
  {
    "item": "https://lingualibre.org/entity/Q345",
    "itemLabel": "Luba-Kasai language"
  },
  {
    "item": "https://lingualibre.org/entity/Q346",
    "itemLabel": "Yoruba"
  },
  {
    "item": "https://lingualibre.org/entity/Q347",
    "itemLabel": "Sotho"
  },
  {
    "item": "https://lingualibre.org/entity/Q348",
    "itemLabel": "Chinook Jargon"
  },
  {
    "item": "https://lingualibre.org/entity/Q349",
    "itemLabel": "Old High German"
  },
  {
    "item": "https://lingualibre.org/entity/Q35",
    "itemLabel": "Dutch"
  },
  {
    "item": "https://lingualibre.org/entity/Q350",
    "itemLabel": "Ido"
  },
  {
    "item": "https://lingualibre.org/entity/Q351",
    "itemLabel": "Old Persian"
  },
  {
    "item": "https://lingualibre.org/entity/Q352",
    "itemLabel": "Ewondo"
  },
  {
    "item": "https://lingualibre.org/entity/Q353",
    "itemLabel": "Old Norse"
  },
  {
    "item": "https://lingualibre.org/entity/Q354",
    "itemLabel": "Northern Ndebele"
  },
  {
    "item": "https://lingualibre.org/entity/Q355",
    "itemLabel": "Ge'ez language"
  },
  {
    "item": "https://lingualibre.org/entity/Q356",
    "itemLabel": "Maasai"
  },
  {
    "item": "https://lingualibre.org/entity/Q357",
    "itemLabel": "Kimbundu"
  },
  {
    "item": "https://lingualibre.org/entity/Q358",
    "itemLabel": "Kanuri"
  },
  {
    "item": "https://lingualibre.org/entity/Q359",
    "itemLabel": "Mossi"
  },
  {
    "item": "https://lingualibre.org/entity/Q36",
    "itemLabel": "Swahili"
  },
  {
    "item": "https://lingualibre.org/entity/Q360",
    "itemLabel": "Middle Irish"
  },
  {
    "item": "https://lingualibre.org/entity/Q361",
    "itemLabel": "Mizo language"
  },
  {
    "item": "https://lingualibre.org/entity/Q362",
    "itemLabel": "Marshallese"
  },
  {
    "item": "https://lingualibre.org/entity/Q363",
    "itemLabel": "Nzema language"
  },
  {
    "item": "https://lingualibre.org/entity/Q364",
    "itemLabel": "Middle English"
  },
  {
    "item": "https://lingualibre.org/entity/Q365",
    "itemLabel": "Rapa Nui"
  },
  {
    "item": "https://lingualibre.org/entity/Q366",
    "itemLabel": "Zenaga"
  },
  {
    "item": "https://lingualibre.org/entity/Q367",
    "itemLabel": "Judeo-Arabic languages"
  },
  {
    "item": "https://lingualibre.org/entity/Q368",
    "itemLabel": "Egyptian"
  },
  {
    "item": "https://lingualibre.org/entity/Q369",
    "itemLabel": "Blin language"
  },
  {
    "item": "https://lingualibre.org/entity/Q37",
    "itemLabel": "Romanian"
  },
  {
    "item": "https://lingualibre.org/entity/Q370",
    "itemLabel": "Limburgish"
  },
  {
    "item": "https://lingualibre.org/entity/Q371",
    "itemLabel": "Mongo"
  },
  {
    "item": "https://lingualibre.org/entity/Q372",
    "itemLabel": "Muscogee"
  },
  {
    "item": "https://lingualibre.org/entity/Q373",
    "itemLabel": "Dakota"
  },
  {
    "item": "https://lingualibre.org/entity/Q374",
    "itemLabel": "Mari"
  },
  {
    "item": "https://lingualibre.org/entity/Q375",
    "itemLabel": "Lehndi"
  },
  {
    "item": "https://lingualibre.org/entity/Q376",
    "itemLabel": "Middle French"
  },
  {
    "item": "https://lingualibre.org/entity/Q377",
    "itemLabel": "Chibcha"
  },
  {
    "item": "https://lingualibre.org/entity/Q378",
    "itemLabel": "Kamba"
  },
  {
    "item": "https://lingualibre.org/entity/Q379",
    "itemLabel": "Delaware languages"
  },
  {
    "item": "https://lingualibre.org/entity/Q38",
    "itemLabel": "Malagasy"
  },
  {
    "item": "https://lingualibre.org/entity/Q380",
    "itemLabel": "Gbaya languages"
  },
  {
    "item": "https://lingualibre.org/entity/Q381",
    "itemLabel": "Luo dialect"
  },
  {
    "item": "https://lingualibre.org/entity/Q382",
    "itemLabel": "N'Ko"
  },
  {
    "item": "https://lingualibre.org/entity/Q383",
    "itemLabel": "multiple languages"
  },
  {
    "item": "https://lingualibre.org/entity/Q384",
    "itemLabel": "Latin"
  },
  {
    "item": "https://lingualibre.org/entity/Q385",
    "itemLabel": "Italian"
  },
  {
    "item": "https://lingualibre.org/entity/Q386",
    "itemLabel": "Spanish"
  },
  {
    "item": "https://lingualibre.org/entity/Q387",
    "itemLabel": "Abkhaz"
  },
  {
    "item": "https://lingualibre.org/entity/Q388",
    "itemLabel": "Quechua"
  },
  {
    "item": "https://lingualibre.org/entity/Q389",
    "itemLabel": "Japanese"
  },
  {
    "item": "https://lingualibre.org/entity/Q39",
    "itemLabel": "Telugu"
  },
  {
    "item": "https://lingualibre.org/entity/Q390",
    "itemLabel": "Georgian"
  },
  {
    "item": "https://lingualibre.org/entity/Q391",
    "itemLabel": "Aragonese"
  },
  {
    "item": "https://lingualibre.org/entity/Q392",
    "itemLabel": "Czech"
  },
  {
    "item": "https://lingualibre.org/entity/Q393",
    "itemLabel": "Hungarian"
  },
  {
    "item": "https://lingualibre.org/entity/Q394",
    "itemLabel": "Lithuanian"
  },
  {
    "item": "https://lingualibre.org/entity/Q395",
    "itemLabel": "Khmer"
  },
  {
    "item": "https://lingualibre.org/entity/Q396",
    "itemLabel": "Turkmen"
  },
  {
    "item": "https://lingualibre.org/entity/Q397",
    "itemLabel": "Hebrew"
  },
  {
    "item": "https://lingualibre.org/entity/Q398",
    "itemLabel": "Bosnian"
  },
  {
    "item": "https://lingualibre.org/entity/Q399",
    "itemLabel": "Klingon"
  },
  {
    "item": "https://lingualibre.org/entity/Q40",
    "itemLabel": "Yiddish"
  },
  {
    "item": "https://lingualibre.org/entity/Q400",
    "itemLabel": "Romansh"
  },
  {
    "item": "https://lingualibre.org/entity/Q401",
    "itemLabel": "Bokmål"
  },
  {
    "item": "https://lingualibre.org/entity/Q402",
    "itemLabel": "Assamese"
  },
  {
    "item": "https://lingualibre.org/entity/Q403",
    "itemLabel": "Dogri"
  },
  {
    "item": "https://lingualibre.org/entity/Q404",
    "itemLabel": "Choctaw"
  },
  {
    "item": "https://lingualibre.org/entity/Q405",
    "itemLabel": "Basaa language"
  },
  {
    "item": "https://lingualibre.org/entity/Q406",
    "itemLabel": "Buryat"
  },
  {
    "item": "https://lingualibre.org/entity/Q407",
    "itemLabel": "Chuukese"
  },
  {
    "item": "https://lingualibre.org/entity/Q408",
    "itemLabel": "Chewa"
  },
  {
    "item": "https://lingualibre.org/entity/Q409",
    "itemLabel": "Cree"
  },
  {
    "item": "https://lingualibre.org/entity/Q41",
    "itemLabel": "Albanian"
  },
  {
    "item": "https://lingualibre.org/entity/Q410",
    "itemLabel": "Fula"
  },
  {
    "item": "https://lingualibre.org/entity/Q411",
    "itemLabel": "Kosraean"
  },
  {
    "item": "https://lingualibre.org/entity/Q412",
    "itemLabel": "Syriac"
  },
  {
    "item": "https://lingualibre.org/entity/Q413",
    "itemLabel": "Kirundi"
  },
  {
    "item": "https://lingualibre.org/entity/Q414",
    "itemLabel": "Makassarese language"
  },
  {
    "item": "https://lingualibre.org/entity/Q415",
    "itemLabel": "Sidamo"
  },
  {
    "item": "https://lingualibre.org/entity/Q416",
    "itemLabel": "Oromo"
  },
  {
    "item": "https://lingualibre.org/entity/Q417",
    "itemLabel": "Nogai"
  },
  {
    "item": "https://lingualibre.org/entity/Q418",
    "itemLabel": "Meitei language"
  },
  {
    "item": "https://lingualibre.org/entity/Q419",
    "itemLabel": "Northern Sami"
  },
  {
    "item": "https://lingualibre.org/entity/Q43",
    "itemLabel": "Ukrainian"
  },
  {
    "item": "https://lingualibre.org/entity/Q44",
    "itemLabel": "Swedish"
  },
  {
    "item": "https://lingualibre.org/entity/Q45",
    "itemLabel": "Norwegian"
  },
  {
    "item": "https://lingualibre.org/entity/Q46",
    "itemLabel": "Luxembourgish"
  },
  {
    "item": "https://lingualibre.org/entity/Q47",
    "itemLabel": "Latvian"
  },
  {
    "item": "https://lingualibre.org/entity/Q48",
    "itemLabel": "Persian"
  },
  {
    "item": "https://lingualibre.org/entity/Q49",
    "itemLabel": "Malay"
  },
  {
    "item": "https://lingualibre.org/entity/Q50",
    "itemLabel": "Mongolian"
  },
  {
    "item": "https://lingualibre.org/entity/Q51",
    "itemLabel": "Kyrgyz"
  },
  {
    "item": "https://lingualibre.org/entity/Q52",
    "itemLabel": "Tajik"
  },
  {
    "item": "https://lingualibre.org/entity/Q53",
    "itemLabel": "Uzbek"
  },
  {
    "item": "https://lingualibre.org/entity/Q54",
    "itemLabel": "Zuni"
  },
  {
    "item": "https://lingualibre.org/entity/Q55",
    "itemLabel": "Zazaki"
  },
  {
    "item": "https://lingualibre.org/entity/Q56",
    "itemLabel": "Rajasthani"
  },
  {
    "item": "https://lingualibre.org/entity/Q57",
    "itemLabel": "Romani"
  },
  {
    "item": "https://lingualibre.org/entity/Q58",
    "itemLabel": "Sinhala"
  },
  {
    "item": "https://lingualibre.org/entity/Q59",
    "itemLabel": "Somali"
  },
  {
    "item": "https://lingualibre.org/entity/Q60",
    "itemLabel": "Slavey language"
  },
  {
    "item": "https://lingualibre.org/entity/Q61",
    "itemLabel": "Navajo"
  },
  {
    "item": "https://lingualibre.org/entity/Q62",
    "itemLabel": "Bashkir language"
  },
  {
    "item": "https://lingualibre.org/entity/Q63",
    "itemLabel": "Dogrib"
  },
  {
    "item": "https://lingualibre.org/entity/Q64",
    "itemLabel": "Gwich’in"
  },
  {
    "item": "https://lingualibre.org/entity/Q65",
    "itemLabel": "Faroese"
  },
  {
    "item": "https://lingualibre.org/entity/Q66",
    "itemLabel": "Inupiat"
  },
  {
    "item": "https://lingualibre.org/entity/Q67",
    "itemLabel": "Aleut"
  },
  {
    "item": "https://lingualibre.org/entity/Q68",
    "itemLabel": "Ainu language"
  },
  {
    "item": "https://lingualibre.org/entity/Q69",
    "itemLabel": "Avar"
  },
  {
    "item": "https://lingualibre.org/entity/Q70",
    "itemLabel": "Awadhi"
  },
  {
    "item": "https://lingualibre.org/entity/Q71",
    "itemLabel": "Middle Persian"
  },
  {
    "item": "https://lingualibre.org/entity/Q72",
    "itemLabel": "Votic"
  },
  {
    "item": "https://lingualibre.org/entity/Q73",
    "itemLabel": "Duala"
  },
  {
    "item": "https://lingualibre.org/entity/Q74",
    "itemLabel": "Corsican"
  },
  {
    "item": "https://lingualibre.org/entity/Q75",
    "itemLabel": "Filipino language"
  },
  {
    "item": "https://lingualibre.org/entity/Q76",
    "itemLabel": "Jingpho language"
  },
  {
    "item": "https://lingualibre.org/entity/Q77",
    "itemLabel": "Judæo-Persian"
  },
  {
    "item": "https://lingualibre.org/entity/Q78",
    "itemLabel": "Javanese"
  },
  {
    "item": "https://lingualibre.org/entity/Q79",
    "itemLabel": "Lunda"
  },
  {
    "item": "https://lingualibre.org/entity/Q80",
    "itemLabel": "Kannada"
  },
  {
    "item": "https://lingualibre.org/entity/Q81",
    "itemLabel": "Magahi"
  },
  {
    "item": "https://lingualibre.org/entity/Q82",
    "itemLabel": "Palauan"
  },
  {
    "item": "https://lingualibre.org/entity/Q83",
    "itemLabel": "Sundanese"
  },
  {
    "item": "https://lingualibre.org/entity/Q84",
    "itemLabel": "Samoan"
  },
  {
    "item": "https://lingualibre.org/entity/Q85",
    "itemLabel": "Sandawe"
  },
  {
    "item": "https://lingualibre.org/entity/Q86",
    "itemLabel": "Tigrinya"
  },
  {
    "item": "https://lingualibre.org/entity/Q87",
    "itemLabel": "Tiv"
  },
  {
    "item": "https://lingualibre.org/entity/Q88",
    "itemLabel": "Tahitian"
  },
  {
    "item": "https://lingualibre.org/entity/Q89",
    "itemLabel": "Tigre"
  },
  {
    "item": "https://lingualibre.org/entity/Q90",
    "itemLabel": "Tibetan"
  },
  {
    "item": "https://lingualibre.org/entity/Q91",
    "itemLabel": "Acholi dialect"
  },
  {
    "item": "https://lingualibre.org/entity/Q92",
    "itemLabel": "Dangme"
  },
  {
    "item": "https://lingualibre.org/entity/Q93",
    "itemLabel": "Grebo"
  },
  {
    "item": "https://lingualibre.org/entity/Q94",
    "itemLabel": "Old Irish"
  },
  {
    "item": "https://lingualibre.org/entity/Q95",
    "itemLabel": "Bislama"
  },
  {
    "item": "https://lingualibre.org/entity/Q96",
    "itemLabel": "Akkadian"
  },
  {
    "item": "https://lingualibre.org/entity/Q97",
    "itemLabel": "Interlingue"
  },
  {
    "item": "https://lingualibre.org/entity/Q98",
    "itemLabel": "Guarani"
  },
  {
    "item": "https://lingualibre.org/entity/Q99",
    "itemLabel": "Komi"
  },
  {
    "item": "https://lingualibre.org/entity/Q99628",
    "itemLabel": "French Sign Language"
  },
  {
    "item": "https://lingualibre.org/entity/Q1185",
    "itemLabel": "Provençal dialect"
  },
  {
    "item": "https://lingualibre.org/entity/Q1186",
    "itemLabel": "Auvernhat dialect"
  },
  {
    "item": "https://lingualibre.org/entity/Q590195",
    "itemLabel": "Adhola"
  },
  {
    "item": "https://lingualibre.org/entity/Q590196",
    "itemLabel": "Adjukru"
  },
  {
    "item": "https://lingualibre.org/entity/Q590197",
    "itemLabel": "Amele"
  },
  {
    "item": "https://lingualibre.org/entity/Q590198",
    "itemLabel": "Agarabi"
  },
  {
    "item": "https://lingualibre.org/entity/Q590199",
    "itemLabel": "Angor"
  },
  {
    "item": "https://lingualibre.org/entity/Q590200",
    "itemLabel": "Angaataha"
  },
  {
    "item": "https://lingualibre.org/entity/Q590201",
    "itemLabel": "Agutaynen"
  },
  {
    "item": "https://lingualibre.org/entity/Q590202",
    "itemLabel": "Aguaruna"
  },
  {
    "item": "https://lingualibre.org/entity/Q590203",
    "itemLabel": "Akha"
  },
  {
    "item": "https://lingualibre.org/entity/Q590204",
    "itemLabel": "Arosi"
  },
  {
    "item": "https://lingualibre.org/entity/Q590205",
    "itemLabel": "Batak Angkola"
  },
  {
    "item": "https://lingualibre.org/entity/Q590206",
    "itemLabel": "Akawaio"
  },
  {
    "item": "https://lingualibre.org/entity/Q590207",
    "itemLabel": "West Angal"
  },
  {
    "item": "https://lingualibre.org/entity/Q590208",
    "itemLabel": "Siwu"
  },
  {
    "item": "https://lingualibre.org/entity/Q590209",
    "itemLabel": "Alangan"
  },
  {
    "item": "https://lingualibre.org/entity/Q590210",
    "itemLabel": "Alune"
  },
  {
    "item": "https://lingualibre.org/entity/Q590211",
    "itemLabel": "Alur"
  },
  {
    "item": "https://lingualibre.org/entity/Q590212",
    "itemLabel": "Yanesha'"
  },
  {
    "item": "https://lingualibre.org/entity/Q590213",
    "itemLabel": "Hamer"
  },
  {
    "item": "https://lingualibre.org/entity/Q590214",
    "itemLabel": "Ambai"
  },
  {
    "item": "https://lingualibre.org/entity/Q590215",
    "itemLabel": "Ama"
  },
  {
    "item": "https://lingualibre.org/entity/Q590216",
    "itemLabel": "Amanab"
  },
  {
    "item": "https://lingualibre.org/entity/Q590217",
    "itemLabel": "Alamblak"
  },
  {
    "item": "https://lingualibre.org/entity/Q590218",
    "itemLabel": "Amarakaeri"
  },
  {
    "item": "https://lingualibre.org/entity/Q590219",
    "itemLabel": "Guerrero Amuzgo"
  },
  {
    "item": "https://lingualibre.org/entity/Q590220",
    "itemLabel": "Ansus"
  },
  {
    "item": "https://lingualibre.org/entity/Q590221",
    "itemLabel": "Gagauz"
  },
  {
    "item": "https://lingualibre.org/entity/Q590222",
    "itemLabel": "Fiji Hindi"
  },
  {
    "item": "https://lingualibre.org/entity/Q590223",
    "itemLabel": "Koreguaje"
  },
  {
    "item": "https://lingualibre.org/entity/Q590225",
    "itemLabel": "Denya"
  },
  {
    "item": "https://lingualibre.org/entity/Q590226",
    "itemLabel": "Boko"
  },
  {
    "item": "https://lingualibre.org/entity/Q590227",
    "itemLabel": "Bukawa"
  },
  {
    "item": "https://lingualibre.org/entity/Q590228",
    "itemLabel": "Bangala"
  },
  {
    "item": "https://lingualibre.org/entity/Q590229",
    "itemLabel": "Avokaya"
  },
  {
    "item": "https://lingualibre.org/entity/Q590230",
    "itemLabel": "Bana"
  },
  {
    "item": "https://lingualibre.org/entity/Q590231",
    "itemLabel": "Bawm"
  },
  {
    "item": "https://lingualibre.org/entity/Q590232",
    "itemLabel": "Kandawo"
  },
  {
    "item": "https://lingualibre.org/entity/Q590233",
    "itemLabel": "Bora"
  },
  {
    "item": "https://lingualibre.org/entity/Q590234",
    "itemLabel": "Awa"
  },
  {
    "item": "https://lingualibre.org/entity/Q590235",
    "itemLabel": "Markweta"
  },
  {
    "item": "https://lingualibre.org/entity/Q590236",
    "itemLabel": "Mandaic"
  },
  {
    "item": "https://lingualibre.org/entity/Q590237",
    "itemLabel": "Neo-Mandaic"
  },
  {
    "item": "https://lingualibre.org/entity/Q590238",
    "itemLabel": "Buhid"
  },
  {
    "item": "https://lingualibre.org/entity/Q590239",
    "itemLabel": "Marik"
  },
  {
    "item": "https://lingualibre.org/entity/Q590240",
    "itemLabel": "Huambisa"
  },
  {
    "item": "https://lingualibre.org/entity/Q590241",
    "itemLabel": "Caribbean Hindustani"
  },
  {
    "item": "https://lingualibre.org/entity/Q590242",
    "itemLabel": "Sarnami Hindustani"
  },
  {
    "item": "https://lingualibre.org/entity/Q590243",
    "itemLabel": "Dangaléat"
  },
  {
    "item": "https://lingualibre.org/entity/Q590244",
    "itemLabel": "Sochiapam Chinantec"
  },
  {
    "item": "https://lingualibre.org/entity/Q590245",
    "itemLabel": "Barai"
  },
  {
    "item": "https://lingualibre.org/entity/Q590246",
    "itemLabel": "Culina"
  },
  {
    "item": "https://lingualibre.org/entity/Q590247",
    "itemLabel": "Obolo"
  },
  {
    "item": "https://lingualibre.org/entity/Q590248",
    "itemLabel": "Guambiano"
  },
  {
    "item": "https://lingualibre.org/entity/Q590249",
    "itemLabel": "Bariai"
  },
  {
    "item": "https://lingualibre.org/entity/Q590250",
    "itemLabel": "Batak Dairi"
  },
  {
    "item": "https://lingualibre.org/entity/Q590251",
    "itemLabel": "Lalana Chinantec"
  },
  {
    "item": "https://lingualibre.org/entity/Q590252",
    "itemLabel": "Gokana"
  },
  {
    "item": "https://lingualibre.org/entity/Q590253",
    "itemLabel": "Usila Chinantec"
  },
  {
    "item": "https://lingualibre.org/entity/Q590254",
    "itemLabel": "Ashéninka"
  },
  {
    "item": "https://lingualibre.org/entity/Q590255",
    "itemLabel": "Mro"
  },
  {
    "item": "https://lingualibre.org/entity/Q590256",
    "itemLabel": "Lealao Chinantec"
  },
  {
    "item": "https://lingualibre.org/entity/Q590257",
    "itemLabel": "Bimoba"
  },
  {
    "item": "https://lingualibre.org/entity/Q590258",
    "itemLabel": "Cashinahua"
  },
  {
    "item": "https://lingualibre.org/entity/Q590259",
    "itemLabel": "Daga"
  },
  {
    "item": "https://lingualibre.org/entity/Q590260",
    "itemLabel": "Cashibo-Cacataibo"
  },
  {
    "item": "https://lingualibre.org/entity/Q594447",
    "itemLabel": "Ganjami Odia"
  },
  {
    "item": "https://lingualibre.org/entity/Q594448",
    "itemLabel": "Garhajati Odia"
  },
  {
    "item": "https://lingualibre.org/entity/Q594449",
    "itemLabel": "Desiya"
  },
  {
    "item": "https://lingualibre.org/entity/Q594450",
    "itemLabel": "Medinipuri Odia"
  },
  {
    "item": "https://lingualibre.org/entity/Q594451",
    "itemLabel": "Kalahandia Odia"
  },
  {
    "item": "https://lingualibre.org/entity/Q594452",
    "itemLabel": "Phulbani Odia"
  },
  {
    "item": "https://lingualibre.org/entity/Q622446",
    "itemLabel": "Láadan"
  },
  {
    "item": "https://lingualibre.org/entity/Q646152",
    "itemLabel": "Nande"
  },
  {
    "item": "https://lingualibre.org/entity/Q646153",
    "itemLabel": "South Levantine Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646154",
    "itemLabel": "Saharan Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646155",
    "itemLabel": "Tajiki Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646156",
    "itemLabel": "Bahrani Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646157",
    "itemLabel": "Mesopotamian Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646158",
    "itemLabel": "Taʽizzi-Adeni Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646159",
    "itemLabel": "Hijazi Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646160",
    "itemLabel": "Omani Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646162",
    "itemLabel": "Dhofari Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646163",
    "itemLabel": "Tunisian Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646164",
    "itemLabel": "Saʽidi Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646165",
    "itemLabel": "Gulf Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646166",
    "itemLabel": "North Levantine Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646167",
    "itemLabel": "Sudanese Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646168",
    "itemLabel": "Modern Standard Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646170",
    "itemLabel": "Najdi Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646175",
    "itemLabel": "Uzbeki Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646176",
    "itemLabel": "Bedawi Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646177",
    "itemLabel": "Hadhrami Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646178",
    "itemLabel": "Libyan Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646179",
    "itemLabel": "Sanʽani Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646180",
    "itemLabel": "North Mesopotamian Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646181",
    "itemLabel": "Juba Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q646182",
    "itemLabel": "Shihhi Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q655433",
    "itemLabel": "Sassarese"
  },
  {
    "item": "https://lingualibre.org/entity/Q655434",
    "itemLabel": "Upper Saxon German"
  },
  {
    "item": "https://lingualibre.org/entity/Q656403",
    "itemLabel": "Bira"
  },
  {
    "item": "https://lingualibre.org/entity/Q1187",
    "itemLabel": "Lemosin dialect"
  },
  {
    "item": "https://lingualibre.org/entity/Q1188",
    "itemLabel": "Vivaroaupenc dialect"
  },
  {
    "item": "https://lingualibre.org/entity/Q420",
    "itemLabel": "Sindhi"
  },
  {
    "item": "https://lingualibre.org/entity/Q421",
    "itemLabel": "Shona"
  },
  {
    "item": "https://lingualibre.org/entity/Q422",
    "itemLabel": "Swazi"
  },
  {
    "item": "https://lingualibre.org/entity/Q423",
    "itemLabel": "Tswana"
  },
  {
    "item": "https://lingualibre.org/entity/Q424",
    "itemLabel": "Nuosu language"
  },
  {
    "item": "https://lingualibre.org/entity/Q425",
    "itemLabel": "Konkani"
  },
  {
    "item": "https://lingualibre.org/entity/Q426",
    "itemLabel": "Tsonga"
  },
  {
    "item": "https://lingualibre.org/entity/Q427",
    "itemLabel": "Braj Bhasha"
  },
  {
    "item": "https://lingualibre.org/entity/Q428",
    "itemLabel": "Edo language"
  },
  {
    "item": "https://lingualibre.org/entity/Q429",
    "itemLabel": "Bikol languages"
  },
  {
    "item": "https://lingualibre.org/entity/Q430",
    "itemLabel": "Hittite"
  },
  {
    "item": "https://lingualibre.org/entity/Q431",
    "itemLabel": "Kpelle"
  },
  {
    "item": "https://lingualibre.org/entity/Q432",
    "itemLabel": "Manding languages"
  },
  {
    "item": "https://lingualibre.org/entity/Q433",
    "itemLabel": "Mandar"
  },
  {
    "item": "https://lingualibre.org/entity/Q434",
    "itemLabel": "Lamba"
  },
  {
    "item": "https://lingualibre.org/entity/Q435",
    "itemLabel": "Kumyk"
  },
  {
    "item": "https://lingualibre.org/entity/Q436",
    "itemLabel": "Madurese"
  },
  {
    "item": "https://lingualibre.org/entity/Q437",
    "itemLabel": "Malayalam"
  },
  {
    "item": "https://lingualibre.org/entity/Q438",
    "itemLabel": "Temne language"
  },
  {
    "item": "https://lingualibre.org/entity/Q439",
    "itemLabel": "Ottoman Turkish"
  },
  {
    "item": "https://lingualibre.org/entity/Q440",
    "itemLabel": "Cook Islands Māori"
  },
  {
    "item": "https://lingualibre.org/entity/Q441",
    "itemLabel": "Chagatai"
  },
  {
    "item": "https://lingualibre.org/entity/Q442",
    "itemLabel": "Wolaytta"
  },
  {
    "item": "https://lingualibre.org/entity/Q443",
    "itemLabel": "Volapük"
  },
  {
    "item": "https://lingualibre.org/entity/Q444",
    "itemLabel": "Kawi"
  },
  {
    "item": "https://lingualibre.org/entity/Q445",
    "itemLabel": "Arapaho"
  },
  {
    "item": "https://lingualibre.org/entity/Q446",
    "itemLabel": "Punjabi"
  },
  {
    "item": "https://lingualibre.org/entity/Q447",
    "itemLabel": "Pashto"
  },
  {
    "item": "https://lingualibre.org/entity/Q4901",
    "itemLabel": "Shawiya language"
  },
  {
    "item": "https://lingualibre.org/entity/Q518087",
    "itemLabel": "Central Catalan"
  },
  {
    "item": "https://lingualibre.org/entity/Q6714",
    "itemLabel": "Algerian Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q930",
    "itemLabel": "Gascon dialect"
  },
  {
    "item": "https://lingualibre.org/entity/Q931",
    "itemLabel": "Languedocien dialect"
  },
  {
    "item": "https://lingualibre.org/entity/Q4465",
    "itemLabel": "Teochew dialect"
  },
  {
    "item": "https://lingualibre.org/entity/Q5049",
    "itemLabel": "Wallisian"
  },
  {
    "item": "https://lingualibre.org/entity/Q19858",
    "itemLabel": "Baoulé"
  },
  {
    "item": "https://lingualibre.org/entity/Q19859",
    "itemLabel": "Southern Min"
  },
  {
    "item": "https://lingualibre.org/entity/Q27302",
    "itemLabel": "Ho"
  },
  {
    "item": "https://lingualibre.org/entity/Q51302",
    "itemLabel": "Atayal"
  },
  {
    "item": "https://lingualibre.org/entity/Q40979",
    "itemLabel": "Wayuu"
  },
  {
    "item": "https://lingualibre.org/entity/Q43042",
    "itemLabel": "Chadian Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q115106",
    "itemLabel": "Buhi Bikol language"
  },
  {
    "item": "https://lingualibre.org/entity/Q264201",
    "itemLabel": "Moroccan Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q338540",
    "itemLabel": "toki pona"
  },
  {
    "item": "https://lingualibre.org/entity/Q424673",
    "itemLabel": "Shilha"
  },
  {
    "item": "https://lingualibre.org/entity/Q51235",
    "itemLabel": "Mali"
  },
  {
    "item": "https://lingualibre.org/entity/Q51236",
    "itemLabel": "Picard"
  },
  {
    "item": "https://lingualibre.org/entity/Q51237",
    "itemLabel": "Franco-Provençal"
  },
  {
    "item": "https://lingualibre.org/entity/Q51299",
    "itemLabel": "Havu"
  },
  {
    "item": "https://lingualibre.org/entity/Q51301",
    "itemLabel": "Yami"
  },
  {
    "item": "https://lingualibre.org/entity/Q51303",
    "itemLabel": "Bunun"
  },
  {
    "item": "https://lingualibre.org/entity/Q51304",
    "itemLabel": "Kanakanabu"
  },
  {
    "item": "https://lingualibre.org/entity/Q51305",
    "itemLabel": "Kavalan"
  },
  {
    "item": "https://lingualibre.org/entity/Q51306",
    "itemLabel": "Paiwan"
  },
  {
    "item": "https://lingualibre.org/entity/Q51307",
    "itemLabel": "Puyuma"
  },
  {
    "item": "https://lingualibre.org/entity/Q51308",
    "itemLabel": "Rukai"
  },
  {
    "item": "https://lingualibre.org/entity/Q51309",
    "itemLabel": "Saaroa"
  },
  {
    "item": "https://lingualibre.org/entity/Q51310",
    "itemLabel": "Saisiyat"
  },
  {
    "item": "https://lingualibre.org/entity/Q51311",
    "itemLabel": "Seediq"
  },
  {
    "item": "https://lingualibre.org/entity/Q51312",
    "itemLabel": "Thao"
  },
  {
    "item": "https://lingualibre.org/entity/Q51313",
    "itemLabel": "Tsou"
  },
  {
    "item": "https://lingualibre.org/entity/Q51314",
    "itemLabel": "Hakka"
  },
  {
    "item": "https://lingualibre.org/entity/Q51870",
    "itemLabel": "Amis"
  },
  {
    "item": "https://lingualibre.org/entity/Q51871",
    "itemLabel": "Sakizaya language"
  },
  {
    "item": "https://lingualibre.org/entity/Q51872",
    "itemLabel": "Nataoran language"
  },
  {
    "item": "https://lingualibre.org/entity/Q52067",
    "itemLabel": "Ghomala' language"
  },
  {
    "item": "https://lingualibre.org/entity/Q52068",
    "itemLabel": "Bulu language"
  },
  {
    "item": "https://lingualibre.org/entity/Q52069",
    "itemLabel": "Eton language"
  },
  {
    "item": "https://lingualibre.org/entity/Q52070",
    "itemLabel": "Nen language"
  },
  {
    "item": "https://lingualibre.org/entity/Q52072",
    "itemLabel": "Nga'ka language"
  },
  {
    "item": "https://lingualibre.org/entity/Q52073",
    "itemLabel": "Oroko"
  },
  {
    "item": "https://lingualibre.org/entity/Q52074",
    "itemLabel": "Londo"
  },
  {
    "item": "https://lingualibre.org/entity/Q52206",
    "itemLabel": "Yemba"
  },
  {
    "item": "https://lingualibre.org/entity/Q52207",
    "itemLabel": "Fe'fe'"
  },
  {
    "item": "https://lingualibre.org/entity/Q52292",
    "itemLabel": "Rhine Franconian"
  },
  {
    "item": "https://lingualibre.org/entity/Q52293",
    "itemLabel": "Zarma"
  },
  {
    "item": "https://lingualibre.org/entity/Q52294",
    "itemLabel": "Innu-aimun"
  },
  {
    "item": "https://lingualibre.org/entity/Q52295",
    "itemLabel": "Atikamekw"
  },
  {
    "item": "https://lingualibre.org/entity/Q52296",
    "itemLabel": "Réunion Creole"
  },
  {
    "item": "https://lingualibre.org/entity/Q53356",
    "itemLabel": "Cape Verdean Creole"
  },
  {
    "item": "https://lingualibre.org/entity/Q55890",
    "itemLabel": "West Flemish"
  },
  {
    "item": "https://lingualibre.org/entity/Q100311",
    "itemLabel": "Walser German"
  },
  {
    "item": "https://lingualibre.org/entity/Q74902",
    "itemLabel": "Rumantsch Grischun"
  },
  {
    "item": "https://lingualibre.org/entity/Q74903",
    "itemLabel": "Surmiran"
  },
  {
    "item": "https://lingualibre.org/entity/Q74904",
    "itemLabel": "Sutsilvan"
  },
  {
    "item": "https://lingualibre.org/entity/Q74905",
    "itemLabel": "Sursilvan"
  },
  {
    "item": "https://lingualibre.org/entity/Q74906",
    "itemLabel": "Vallader"
  },
  {
    "item": "https://lingualibre.org/entity/Q74907",
    "itemLabel": "Putèr"
  },
  {
    "item": "https://lingualibre.org/entity/Q75180",
    "itemLabel": "Chakma"
  },
  {
    "item": "https://lingualibre.org/entity/Q83641",
    "itemLabel": "Guadeloupean Creole French"
  },
  {
    "item": "https://lingualibre.org/entity/Q84029",
    "itemLabel": "Martinique Creole"
  },
  {
    "item": "https://lingualibre.org/entity/Q84030",
    "itemLabel": "Guianan Creole"
  },
  {
    "item": "https://lingualibre.org/entity/Q84031",
    "itemLabel": "Dominican Creole French"
  },
  {
    "item": "https://lingualibre.org/entity/Q84032",
    "itemLabel": "Louisiana Creole"
  },
  {
    "item": "https://lingualibre.org/entity/Q84033",
    "itemLabel": "Mauritian Creole"
  },
  {
    "item": "https://lingualibre.org/entity/Q84034",
    "itemLabel": "Saint Lucian Creole French"
  },
  {
    "item": "https://lingualibre.org/entity/Q84035",
    "itemLabel": "Seychellois Creole"
  },
  {
    "item": "https://lingualibre.org/entity/Q115107",
    "itemLabel": "Central Bikol"
  },
  {
    "item": "https://lingualibre.org/entity/Q115108",
    "itemLabel": "Libon Bikol"
  },
  {
    "item": "https://lingualibre.org/entity/Q115109",
    "itemLabel": "Miraya Bikol"
  },
  {
    "item": "https://lingualibre.org/entity/Q115110",
    "itemLabel": "Pandan Bikol language"
  },
  {
    "item": "https://lingualibre.org/entity/Q115111",
    "itemLabel": "Rinconada Bikol"
  },
  {
    "item": "https://lingualibre.org/entity/Q115112",
    "itemLabel": "Southern Catanduanes Bikol"
  },
  {
    "item": "https://lingualibre.org/entity/Q115113",
    "itemLabel": "West Albay Bikol"
  },
  {
    "item": "https://lingualibre.org/entity/Q123270",
    "itemLabel": "British English"
  },
  {
    "item": "https://lingualibre.org/entity/Q123271",
    "itemLabel": "American English"
  },
  {
    "item": "https://lingualibre.org/entity/Q191499",
    "itemLabel": "Laari"
  },
  {
    "item": "https://lingualibre.org/entity/Q204940",
    "itemLabel": "Nyang language"
  },
  {
    "item": "https://lingualibre.org/entity/Q204941",
    "itemLabel": "Mbo"
  },
  {
    "item": "https://lingualibre.org/entity/Q204942",
    "itemLabel": "Tikar"
  },
  {
    "item": "https://lingualibre.org/entity/Q204943",
    "itemLabel": "Massa language"
  },
  {
    "item": "https://lingualibre.org/entity/Q204946",
    "itemLabel": "Mundang"
  },
  {
    "item": "https://lingualibre.org/entity/Q204947",
    "itemLabel": "Tupuri"
  },
  {
    "item": "https://lingualibre.org/entity/Q204948",
    "itemLabel": "South Giziga"
  },
  {
    "item": "https://lingualibre.org/entity/Q204949",
    "itemLabel": "North Giziga"
  },
  {
    "item": "https://lingualibre.org/entity/Q459005",
    "itemLabel": "Kaqchikel"
  },
  {
    "item": "https://lingualibre.org/entity/Q211851",
    "itemLabel": "Nsei language"
  },
  {
    "item": "https://lingualibre.org/entity/Q215053",
    "itemLabel": "Ngiemboon"
  },
  {
    "item": "https://lingualibre.org/entity/Q221062",
    "itemLabel": "Cantonese"
  },
  {
    "item": "https://lingualibre.org/entity/Q322719",
    "itemLabel": "Baleswari Oriya"
  },
  {
    "item": "https://lingualibre.org/entity/Q339099",
    "itemLabel": "Mozabite"
  },
  {
    "item": "https://lingualibre.org/entity/Q365515",
    "itemLabel": "Manbhumi dialect"
  },
  {
    "item": "https://lingualibre.org/entity/Q390278",
    "itemLabel": "Kurmanji"
  },
  {
    "item": "https://lingualibre.org/entity/Q379019",
    "itemLabel": "Doric"
  },
  {
    "item": "https://lingualibre.org/entity/Q385285",
    "itemLabel": "Dagbani"
  },
  {
    "item": "https://lingualibre.org/entity/Q386221",
    "itemLabel": "Bankon"
  },
  {
    "item": "https://lingualibre.org/entity/Q386440",
    "itemLabel": "Aramaic"
  },
  {
    "item": "https://lingualibre.org/entity/Q386441",
    "itemLabel": "Ndrumbea"
  },
  {
    "item": "https://lingualibre.org/entity/Q386442",
    "itemLabel": "Ajië"
  },
  {
    "item": "https://lingualibre.org/entity/Q386443",
    "itemLabel": "Drehu"
  },
  {
    "item": "https://lingualibre.org/entity/Q386444",
    "itemLabel": "Sorani"
  },
  {
    "item": "https://lingualibre.org/entity/Q390314",
    "itemLabel": "Egyptian Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q395932",
    "itemLabel": "Wushi"
  },
  {
    "item": "https://lingualibre.org/entity/Q397198",
    "itemLabel": "Central Tibetan language"
  },
  {
    "item": "https://lingualibre.org/entity/Q402272",
    "itemLabel": "Malecite-Passamaquoddy"
  },
  {
    "item": "https://lingualibre.org/entity/Q430329",
    "itemLabel": "Gutnish"
  },
  {
    "item": "https://lingualibre.org/entity/Q489393",
    "itemLabel": "Futunan"
  },
  {
    "item": "https://lingualibre.org/entity/Q502754",
    "itemLabel": "Cypriot Arabic"
  },
  {
    "item": "https://lingualibre.org/entity/Q518078",
    "itemLabel": "Northwestern Catalan"
  },
  {
    "item": "https://lingualibre.org/entity/Q518079",
    "itemLabel": "Valencian"
  },
  {
    "item": "https://lingualibre.org/entity/Q518106",
    "itemLabel": "Balearic"
  },
  {
    "item": "https://lingualibre.org/entity/Q518118",
    "itemLabel": "Northern Catalan"
  },
  {
    "item": "https://lingualibre.org/entity/Q518128",
    "itemLabel": "Algherese"
  },
  {
    "item": "https://lingualibre.org/entity/Q521069",
    "itemLabel": "Lorrain"
  },
  {
    "item": "https://lingualibre.org/entity/Q521070",
    "itemLabel": "Lorraine Franconian"
  },
  {
    "item": "https://lingualibre.org/entity/Q531093",
    "itemLabel": "Old Tupi"
  },
  {
    "item": "https://lingualibre.org/entity/Q536601",
    "itemLabel": "Esuma"
  },
  {
    "item": "https://lingualibre.org/entity/Q536602",
    "itemLabel": "Ngambay"
  },
  {
    "item": "https://lingualibre.org/entity/Q536634",
    "itemLabel": "Anyin"
  },
  {
    "item": "https://lingualibre.org/entity/Q538619",
    "itemLabel": "Ndyuka"
  },
  {
    "item": "https://lingualibre.org/entity/Q538620",
    "itemLabel": "Aluku"
  },
  {
    "item": "https://lingualibre.org/entity/Q538621",
    "itemLabel": "Pamaka"
  },
  {
    "item": "https://lingualibre.org/entity/Q538622",
    "itemLabel": "Businenge Tongo"
  },
  {
    "item": "https://lingualibre.org/entity/Q538623",
    "itemLabel": "Saramaccan"
  },
  {
    "item": "https://lingualibre.org/entity/Q555966",
    "itemLabel": "Mon"
  },
  {
    "item": "https://lingualibre.org/entity/Q563459",
    "itemLabel": "Laki"
  },
  {
    "item": "https://lingualibre.org/entity/Q567656",
    "itemLabel": "Gallo"
  },
  {
    "item": "https://lingualibre.org/entity/Q570501",
    "itemLabel": "Fataluku"
  },
  {
    "item": "https://lingualibre.org/entity/Q570502",
    "itemLabel": "Eblaite"
  },
  {
    "item": "https://lingualibre.org/entity/Q570503",
    "itemLabel": "Eborna"
  },
  {
    "item": "https://lingualibre.org/entity/Q570504",
    "itemLabel": "Dogoso"
  },
  {
    "item": "https://lingualibre.org/entity/Q570505",
    "itemLabel": "Dyan"
  },
  {
    "item": "https://lingualibre.org/entity/Q570506",
    "itemLabel": "Ingessana"
  },
  {
    "item": "https://lingualibre.org/entity/Q570507",
    "itemLabel": "Djimini"
  },
  {
    "item": "https://lingualibre.org/entity/Q570511",
    "itemLabel": "Frafra"
  },
  {
    "item": "https://lingualibre.org/entity/Q570512",
    "itemLabel": "Elymian"
  },
  {
    "item": "https://lingualibre.org/entity/Q570513",
    "itemLabel": "Datooga"
  },
  {
    "item": "https://lingualibre.org/entity/Q570514",
    "itemLabel": "Anuta"
  },
  {
    "item": "https://lingualibre.org/entity/Q570515",
    "itemLabel": "Galoli"
  },
  {
    "item": "https://lingualibre.org/entity/Q570516",
    "itemLabel": "Duma"
  },
  {
    "item": "https://lingualibre.org/entity/Q570517",
    "itemLabel": "Embu"
  },
  {
    "item": "https://lingualibre.org/entity/Q570519",
    "itemLabel": "Eton"
  },
  {
    "item": "https://lingualibre.org/entity/Q570520",
    "itemLabel": "Watiwa"
  },
  {
    "item": "https://lingualibre.org/entity/Q570521",
    "itemLabel": "Ghomara"
  },
  {
    "item": "https://lingualibre.org/entity/Q570522",
    "itemLabel": "Dizin"
  },
  {
    "item": "https://lingualibre.org/entity/Q570523",
    "itemLabel": "Dime"
  },
  {
    "item": "https://lingualibre.org/entity/Q570524",
    "itemLabel": "Eteocypriot"
  },
  {
    "item": "https://lingualibre.org/entity/Q570525",
    "itemLabel": "Gbanzili"
  },
  {
    "item": "https://lingualibre.org/entity/Q570526",
    "itemLabel": "Sirionó"
  },
  {
    "item": "https://lingualibre.org/entity/Q570527",
    "itemLabel": "Tatuyo"
  },
  {
    "item": "https://lingualibre.org/entity/Q570528",
    "itemLabel": "Coatzospan Mixtec"
  },
  {
    "item": "https://lingualibre.org/entity/Q570529",
    "itemLabel": "Atatláhuca–San Miguel Mixtec"
  },
  {
    "item": "https://lingualibre.org/entity/Q570531",
    "itemLabel": "Mixtepec Mixtec"
  },
  {
    "item": "https://lingualibre.org/entity/Q570532",
    "itemLabel": "Alacatlatzala Mixtec"
  },
  {
    "item": "https://lingualibre.org/entity/Q570533",
    "itemLabel": "Secoya"
  },
  {
    "item": "https://lingualibre.org/entity/Q570534",
    "itemLabel": "Viya"
  },
  {
    "item": "https://lingualibre.org/entity/Q585002",
    "itemLabel": "Viennese German"
  },
  {
    "item": "https://lingualibre.org/entity/Q590184",
    "itemLabel": "Arifama-Miniafia"
  },
  {
    "item": "https://lingualibre.org/entity/Q590185",
    "itemLabel": "Ankave"
  },
  {
    "item": "https://lingualibre.org/entity/Q590186",
    "itemLabel": "Abau"
  },
  {
    "item": "https://lingualibre.org/entity/Q590187",
    "itemLabel": "Amarasi"
  },
  {
    "item": "https://lingualibre.org/entity/Q590188",
    "itemLabel": "Abelam"
  },
  {
    "item": "https://lingualibre.org/entity/Q590189",
    "itemLabel": "Aneme Wake"
  },
  {
    "item": "https://lingualibre.org/entity/Q590190",
    "itemLabel": "Kyode"
  },
  {
    "item": "https://lingualibre.org/entity/Q590191",
    "itemLabel": "Achang"
  },
  {
    "item": "https://lingualibre.org/entity/Q590192",
    "itemLabel": "Achi"
  },
  {
    "item": "https://lingualibre.org/entity/Q590193",
    "itemLabel": "Shiwiar"
  },
  {
    "item": "https://lingualibre.org/entity/Q590194",
    "itemLabel": "Adele"
  },
  {
    "item": "https://lingualibre.org/entity/Q656404",
    "itemLabel": "Bila"
  },
  {
    "item": "https://lingualibre.org/entity/Q683870",
    "itemLabel": "Bishnupriya Manipuri"
  },
  {
    "item": "https://lingualibre.org/entity/Q700683",
    "itemLabel": "Goan Konkani"
  },
  {
    "item": "https://lingualibre.org/entity/Q701734",
    "itemLabel": "Salcete Konkani"
  },
  {
    "item": "https://lingualibre.org/entity/Q710470",
    "itemLabel": "Tarantino"
  },
  {
    "item": "https://lingualibre.org/entity/Q711231",
    "itemLabel": "Elfdalian"
  },
  {
    "item": "https://lingualibre.org/entity/Q713359",
    "itemLabel": "Nanjing Dialect"
  },
  {
    "item": "https://lingualibre.org/entity/Q720542",
    "itemLabel": "Salentino"
  },
  {
    "item": "https://lingualibre.org/entity/Q733156",
    "itemLabel": "meridional Cilentan"
  },
  {
    "item": "https://lingualibre.org/entity/Q733159",
    "itemLabel": "centro-meridional Calabrian"
  },
  {
    "item": "https://lingualibre.org/entity/Q757855",
    "itemLabel": "Cimbrian"
  },
  {
    "item": "https://lingualibre.org/entity/Q763811",
    "itemLabel": "Idu Mishmi"
  },
  {
    "item": "https://lingualibre.org/entity/Q769475",
    "itemLabel": "Banjarese"
  },
  {
    "item": "https://lingualibre.org/entity/Q778085",
    "itemLabel": "Suruí"
  },
  {
    "item": "https://lingualibre.org/entity/Q778750",
    "itemLabel": "Aghem"
  },
  {
    "item": "https://lingualibre.org/entity/Q787855",
    "itemLabel": "Kazakh-Russian sign language"
  },
  {
    "item": "https://lingualibre.org/entity/Q806575",
    "itemLabel": "American Sign Language"
  },
  {
    "item": "https://lingualibre.org/entity/Q806576",
    "itemLabel": "British Sign Language"
  },
  {
    "item": "https://lingualibre.org/entity/Q807153",
    "itemLabel": "Bavarian"
  }
]