Finnish Possessive Constructions #
@cite{stassen-2009} @cite{nichols-1986} @cite{heine-1997}
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 (@cite{heine-1997} Overlap Model).
PossessionProfile bundle for Finnish (ISO fin), per the project's
"per-language data flows through Fragments" rule. Substrate types live in
Linglib/Typology/Possession.lean. Heine 1997 prediction verification for
Finnish lives in Phenomena/Possession/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.
Equations
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
Equations
- One or more equations did not get rendered due to their size.
Instances For
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
- Fragments.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
- Fragments.Finnish.Possession.instDecidableEqFiPossNumber 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
Equations
- Fragments.Finnish.Possession.possSuffix Fragments.Finnish.Possession.FiPossPerson.first Fragments.Finnish.Possession.FiPossNumber.sg = "-ni"
- Fragments.Finnish.Possession.possSuffix Fragments.Finnish.Possession.FiPossPerson.second Fragments.Finnish.Possession.FiPossNumber.sg = "-si"
- Fragments.Finnish.Possession.possSuffix Fragments.Finnish.Possession.FiPossPerson.third x✝ = "-nsa/-nsä"
- Fragments.Finnish.Possession.possSuffix Fragments.Finnish.Possession.FiPossPerson.first Fragments.Finnish.Possession.FiPossNumber.pl = "-mme"
- Fragments.Finnish.Possession.possSuffix Fragments.Finnish.Possession.FiPossPerson.second Fragments.Finnish.Possession.FiPossNumber.pl = "-nne"
Instances For
Finnish marks possession on the possessum (head-marking) via the
possessive suffixes above. It also uses the genitive case on the
possessor NP (dependent-marking), giving a double-marking pattern
in formal registers: Matti-n kirja-nsa 'Matti-GEN book-POSS.3'.
Equations
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.
Finnish possession profile.
Equations
- One or more equations did not get rendered due to their size.