Swahili Possessive Constructions #
Swahili (Bantu, Niger-Congo) derives its primary have-construction from the
Companion Schema ("X is with Y" → "X has Y"). The possessive marker
-na is a fusion of the copula -wa 'be' and the comitative preposition
na 'with'. In the present tense unmarked form, the copula is deleted,
leaving subject prefix + na as an unanalyzable possessive marker.
Swahili also has locative noun classes 16 (pa-), 17 (ku-), and 18 (mu-)
that are relevant to possession via the Location Schema, and an Equation
Schema belong-construction using the associative -a.
Per-language possession defs for Swahili (ISO swh). Substrate enums live in
Linglib/Features/Possession.lean. Heine 1997 prediction verification for
Swahili lives in Studies/Heine1997.lean. The adnominalStrategy := .headMarking
here flattens the [Nic86] categorisation; Swahili's Bantu noun-class
concord is strictly head-marking only in the agreement sense, with the
associative particle a carrying class agreement to the possessum.
Possessive paradigm #
| Person | Singular | Plural |
|---|---|---|
| 1st | ni-na | tu-na |
| 2nd | u-na | m-na |
| 3rd | a-na | wa-na |
Examples #
Nina kitabu.'I have a book.' (Companion: I-with book)Ana na watoto wawili.'He/she has two children.' (lit. 'is with children two')Saa ni y-angu.'The watch is mine.' (Equation: watch is of-me)
Swahili uses the Companion Schema for have-constructions:
subject prefix + na (< -wa na 'be with').
Instances For
Swahili's predicative strategy is comitative.
Instances For
The strategy matches the schema via predicativeSource.
The possessive form: subject prefix + "na".
Equations
- Swahili.Possession.possessiveForm c = c.subjPrefix ++ "na"
Instances For
First-person singular and plural forms use special prefixes.
Equations
- Swahili.Possession.possForm1sg = "nina"
Instances For
Equations
- Swahili.Possession.possForm1pl = "tuna"
Instances For
Equations
- Swahili.Possession.possForm2sg = "una"
Instances For
Equations
- Swahili.Possession.possForm2pl = "mna"
Instances For
Locative classes use the same -na marker for "there is ... with",
illustrating how Companion and Location schemas overlap in Swahili.
Swahili's belong-construction uses the associative marker -a,
with class-conditioned agreement: ni y-angu 'is of-me' (cl9).
This is an instance of the Equation Schema: "Y is X's (property)".
Instances For
The have- and belong-schemas are distinct in Swahili, as predicted by Table 2.4: Companion → have only; Equation → belong only.
Swahili -na covers all seven possessive notions — it is not restricted
to a subset. This is characteristic of highly grammaticalized have-markers
([Hei97] §2.3).
Equations
- One or more equations did not get rendered due to their size.
Instances For
All seven notions are expressible.
Bantu noun-class concord: the associative particle a agrees with the
possessum in class, so we follow WALS in coding adnominal as head-marking
(the strict [Nic86] typology classifies it differently in some
descriptions).