Download Language

Here you can download the language Tututni (with geographical metadata and lexemes) in the JSON format .


JSON structure

In order to minimize the resulting JSON file size, attributes with null values or default values are omitted. Examples of default values are false (for boolean attributes), 0 (for integer attributes), "" (for string attributes), or [] (an empty list).

{
  "Metadata": {
    standard attributes (see Downloading data)
  },
  "FocusAreas": (singleton) dictionary of focus areas (see Downloading data),
  "Languages": (singleton) dictionary of languages (see Downloading data),
  "GeographicalPresences": dictionary of geographical presences (see Downloading data),
  "Lexemes": dictionary of lexemes (see Downloading data),
  "Sources": dictionary of sources (see Downloading data)
}