Finnish Possessive Constructions #
Finnish (Uralic) derives its primary have-construction from the Location Schema ("Y is located at X" → "X has Y"). The construction consists of:
- Possessor in adessive case (-lla / -llä 'on, at')
- Possessum in nominative (= grammatical subject)
- Copula
olla'to be'
The adessive case is etymologically locative ('on the surface of'), grammaticalized to mark the possessor. Finnish is a textbook example of the Location Schema reaching Stage III: the adessive in possessive use is no longer interpreted as locative by speakers ([Hei97] Overlap Model).
Per-language possession defs for Finnish (ISO fin). Substrate enums live in
Linglib/Features/Possession.lean. Heine 1997 prediction verification for
Finnish lives in Studies/Heine1997.lean.
Examples #
Minulla on kirja.'I have a book.' (I.ADESS is book)Isällä on auto.'Father has a car.' (father.ADESS is car)Minulla ei ole rahaa.'I have no money.' (I.ADESS not be money.PART)
Finnish uses the Location Schema for its primary have-construction.
Instances For
Finnish's predicative strategy is locational/existential.
Instances For
The strategy matches the schema via predicativeSource.
Components of the Finnish possessive construction.
- possessorCase : String
Possessor case: adessive (
-lla,-llä; vowel harmony). - possesseeCase : String
Possessee case: nominative (subject of existential).
- copula : String
Copula:
olla'to be'. - negAux : String
Negative auxiliary:
ei(person-inflected) +ole(connegative). - negPossesseeCase : String
In negative, possessee takes partitive case instead of nominative.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
Instances For
Finnish possessive suffixes on the possessum (attributive possession). These are declining in spoken Finnish but required in formal/written registers.
- first : FiPossPerson
- second : FiPossPerson
- third : FiPossPerson
Instances For
Equations
- Finnish.Possession.instDecidableEqFiPossPerson x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
- sg : FiPossNumber
- pl : FiPossNumber
Instances For
Equations
- Finnish.Possession.instDecidableEqFiPossNumber x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
The possessive paradigm's number dimension, canonically.
Equations
Instances For
Equations
- Finnish.Possession.possSuffix Finnish.Possession.FiPossPerson.first Finnish.Possession.FiPossNumber.sg = "-ni"
- Finnish.Possession.possSuffix Finnish.Possession.FiPossPerson.second Finnish.Possession.FiPossNumber.sg = "-si"
- Finnish.Possession.possSuffix Finnish.Possession.FiPossPerson.third x✝ = "-nsa/-nsä"
- Finnish.Possession.possSuffix Finnish.Possession.FiPossPerson.first Finnish.Possession.FiPossNumber.pl = "-mme"
- Finnish.Possession.possSuffix Finnish.Possession.FiPossPerson.second Finnish.Possession.FiPossNumber.pl = "-nne"
Instances For
Adnominal genitive on the possessor (dependent-marking); the optional
possessive suffix on the head (Matti-n kirja-nsa 'Matti-GEN book-POSS.3')
adds a double-marking pattern in formal registers, but WALS codes Finnish
as dependent-marking.
Instances For
The adessive construction covers most possessive notions. Finnish, like Estonian, uses the Location Schema for both physical/temporary and permanent/inalienable possession — showing full Stage III grammaticalization (no location meaning remains).
Equations
- One or more equations did not get rendered due to their size.
Instances For
All seven notions are expressible, matching Swahili's coverage — both are at Stage III of grammaticalization.