Turkish Possessive Constructions #
@cite{stassen-2009} @cite{nichols-1986} @cite{heine-1997}
Turkish (Altaic) derives its primary have-construction from the Genitive Schema ("X's Y exists" → "X has Y"). The construction consists of:
- Possessor in genitive case (
-(n)In) - Possessum with possessive agreement suffix (
-(s)I) - Existential predicate
var'existent' (oryok'non-existent')
Turkish also has a Goal Schema variant using dative (-A) with
existential var, and the Equation Schema for belong-constructions.
PossessionProfile bundle for Turkish (ISO tur), per the project's
"per-language data flows through Fragments" rule. Substrate types live in
Linglib/Typology/Possession.lean. Heine 1997 prediction verification for
Turkish lives in Phenomena/Possession/Studies/Heine1997.lean.
Examples #
Hasan-ın inek-i var.'Hasan has a cow.' (Hasan-GEN cow-POSS existent)Bende kitap var.'I have a book.' (at-me book existent; Location variant)Kitab-ım var.'I have a book.' (book-POSS.1SG existent; Genitive)
Turkish's predicative strategy is genitive/dative (the possessor is marked with genitive case, the predicate is a non-verbal existential).
Equations
Instances For
Turkish possessive suffix paradigm. These suffixes appear on the possessum and agree with the possessor in person and number.
- first : PossPerson
- second : PossPerson
- third : PossPerson
Instances For
Equations
- Fragments.Turkish.Possession.instDecidableEqPossPerson 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 : PossNumber
- pl : PossNumber
Instances For
Equations
- Fragments.Turkish.Possession.instDecidableEqPossNumber 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
Possessive suffix forms (after consonant-final stems).
Equations
- Fragments.Turkish.Possession.possSuffix Fragments.Turkish.Possession.PossPerson.first Fragments.Turkish.Possession.PossNumber.sg = "-(I)m"
- Fragments.Turkish.Possession.possSuffix Fragments.Turkish.Possession.PossPerson.second Fragments.Turkish.Possession.PossNumber.sg = "-(I)n"
- Fragments.Turkish.Possession.possSuffix Fragments.Turkish.Possession.PossPerson.third Fragments.Turkish.Possession.PossNumber.sg = "-(s)I"
- Fragments.Turkish.Possession.possSuffix Fragments.Turkish.Possession.PossPerson.first Fragments.Turkish.Possession.PossNumber.pl = "-(I)mIz"
- Fragments.Turkish.Possession.possSuffix Fragments.Turkish.Possession.PossPerson.second Fragments.Turkish.Possession.PossNumber.pl = "-(I)nIz"
- Fragments.Turkish.Possession.possSuffix Fragments.Turkish.Possession.PossPerson.third Fragments.Turkish.Possession.PossNumber.pl = "-lArI"
Instances For
Equations
- Fragments.Turkish.Possession.instDecidableEqExistPred 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
Turkish also has a Location Schema variant where the possessor
takes locative case (-DA) instead of genitive. This variant
tends toward physical/temporary possession readings.
Equations
Instances For
Turkish uses the Equation Schema for belong-constructions with
genitive predicates: Kitap Hasan-ın. 'The book is Hasan's.'
Instances For
Turkish exhibits three schemas, as @cite{heine-1997} predicts is common for languages that draw on Existence sub-schemas.
Equations
Instances For
The Genitive Schema in Turkish is used for permanent, inalienable, and abstract possession. Physical/temporary possession is expressed by the Location Schema variant with locative case. This matches @cite{heine-1997}'s generalizations: Existence schemas correlate with permanent/inalienable notions; Location with physical/temporary.
Equations
Instances For
Genitive Schema does not express physical possession in Turkish.
Location Schema does not express inalienable possession in Turkish.
Turkish possession profile.
Note: Turkish's primary construction (Hasan-ın inek-i var) is
@cite{heine-1997}'s Genitive Schema, encoded as .genitiveDative
in @cite{stassen-2009}'s WALS Ch 117 typology.
Equations
- One or more equations did not get rendered due to their size.