Possession typology — substrate #
@cite{stassen-2009} @cite{nichols-1986} @cite{nichols-bickel-2013} @cite{heine-1997} @cite{wals-2013}
Per-language possession-typology substrate for Fragment import. Mirrors the
Linglib/Typology/{Domain}.lean pattern (Case, Phonology, WordOrder).
Substrate enums #
ObligatoryPossession(WALS Ch 58A)PossessiveClassification(WALS Ch 59A)PredicativePossession(@cite{stassen-2009}): 5-way strategy typologyAdnominalPossession(@cite{nichols-1986}): head/dep/double/juxtapositionPossessiveAffixPosition(WALS Ch 57A)NumberOfPossessiveNouns(WALS Ch 58B)PossessiveNotion(@cite{heine-1997} §2.3): 7-way semantic targetsInalienabilityRank: hierarchy of inalienability candidatesPossessionSource(@cite{heine-1997} Table 2.1): 8 grammaticalization schemasPossessionProfile: bundle struct + 6 helper predicates
Theory-laden caveats #
Several substrate enums encode specific frameworks, not theory-neutral consensus, despite the file's substrate role:
PredicativePossessionis Stassen 2009's 5-way typology, not field consensus. Heine 1997 splits Genitive/Dative differently (Goal vs Genitive as separable schemas); Creissels (2013, 2019) challenges the Companion vs Locational boundary. WALS Ch 117A (Stassen 2013) endorses these 5 categories — defensible substrate, but not framework-neutral.PossessiveClassification(3-way) hides substantial language-internal variation. Chappell & McGregor 1996, Stolz et al. 2008, Aikhenvald & Dixon 2013 argue alienability is a continuum interacting with possessor animacy and possessum semantics. Mayan 3-class systems and Hawaiian a/o-class systems both code asthreeOrMorewith analytical loss. Future work: aPossessiveSplitsubstrate indexed by(PossessorClass × PossessumClass)for fine-grained Oceanic / Mayan / Daakaka systems.PossessionSource(Heine 1997 8-way) andPredicativePossession(Stassen) coexist as parallel typologies over the same data;predicativeSourceis the bridge. This is the right pattern for parallel substrates (cf. Causation's Song-vs-Pylkkänen architecture).
WALS aggregates #
WALS chapter aggregate distributions (ch58_distribution,
ch59_no_classification_plurality_wals, etc.) live in this file at the
substrate layer per the project's "WALS goes to Linglib/Typology/" rule,
since they are theory-neutral facts about WALS data, not paper-specific
contributions. Cross-linguistic theorems consuming Fragment per-language
data live in Phenomena/Possession/Studies/NicholsBickel2013.lean.
WALS Ch 58A: whether some nouns (typically kinship, body parts) require obligatory possessive marking. Unpossessed forms are either ungrammatical or require special "absolute" morphology.
- exists_ : ObligatoryPossession
Obligatory possessive inflection exists (e.g., Mohawk, Turkish, Hungarian, Navajo).
- noObligatory : ObligatoryPossession
No obligatory possessive inflection (e.g., English, Mandarin, Russian, Finnish).
- unclear : ObligatoryPossession
Possessive inflection exists but is never obligatory; data insufficient.
Instances For
Equations
- Typology.Possession.instDecidableEqObligatoryPossession 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
WALS Ch 59A: whether the language morphosyntactically distinguishes different classes of possession (typically alienable vs inalienable).
- noClassification : PossessiveClassification
All nouns use the same possessive construction (e.g., English, Russian, Turkish).
- twoWay : PossessiveClassification
Two-way classification, typically alienable vs inalienable (e.g., Fijian, Hawaiian, many Oceanic and Amazonian languages).
- threeOrMore : PossessiveClassification
Three or more classes of possession distinguished.
Instances For
Equations
- Typology.Possession.instDecidableEqPossessiveClassification 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
@cite{stassen-2009}: how a language expresses predicative (clausal) possession ("I have X"). The four major strategies correspond to different syntactic analyses of the possessor.
- haveVerb : PredicativePossession
Have-verb: dedicated transitive verb 'have' (e.g., English
I have a book, Mandarinwo you yi-ben shu). - locational : PredicativePossession
Locational/Existential: existential construction with possessor in a locative/oblique case (e.g., Russian
u menja est' kniga, Finnishminulla on kirja). - genitiveDative : PredicativePossession
Genitive/Dative predicate: possessor in genitive or dative with copula (e.g., Hindi
mere paas kitaab hai, Irishta leabhar agam, Arabicindi kitaab). - topic : PredicativePossession
Topic-comment: possessor topicalized, possessum in existential comment (e.g., Japanese
watashi-ni-wa hon-ga aru). - comitative : PredicativePossession
Conjunctional/Comitative: "I am with a book" (e.g., Bantu Swahili
nina kitabu'I-with book').
Instances For
Equations
- Typology.Possession.instDecidableEqPredicativePossession 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
@cite{nichols-1986}: how the possessive relation is marked within the NP ("my book", "John's house").
- headMarking : AdnominalPossession
Head-marking: possessive marker on the possessed noun (head) (e.g., Hungarian
Janos kalap-ja, Swahilikitabu ch-ake). - dependentMarking : AdnominalPossession
Dependent-marking: possessive marker on the possessor (e.g., English
John's book, JapaneseTanaka-no hon). - doubleMarking : AdnominalPossession
Double-marking: both possessor and possessed noun marked (e.g., Turkish
Ali-nin kitab-i, Georgiankac-is saxl-i). - juxtaposition : AdnominalPossession
Juxtaposition: no overt marker; word-order only (e.g., Vietnamese
nha toi'house I' = 'my house').
Instances For
Equations
- Typology.Possession.instDecidableEqAdnominalPossession 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
WALS Ch 57A: position of pronominal possessive affixes on the noun.
- prefixes : PossessiveAffixPosition
Possessive prefixes (e.g., Swahili class-agreement prefixes, many Bantu/Papuan).
- suffixes : PossessiveAffixPosition
Possessive suffixes (e.g., Turkish -im, Hungarian -m, Finnish -ni).
- both : PossessiveAffixPosition
Both prefixes and suffixes used.
- none : PossessiveAffixPosition
No possessive affixes; possession marked by independent words/clitics (e.g., English my, Japanese no, Mandarin de).
Instances For
Equations
- Typology.Possession.instDecidableEqPossessiveAffixPosition 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
WALS Ch 58B: how many nouns in the language function as possessive markers (e.g., English "property" used as a possessive classifier).
- noneReported : NumberOfPossessiveNouns
No possessive nouns reported.
- one : NumberOfPossessiveNouns
Exactly one possessive noun.
- twoToFour : NumberOfPossessiveNouns
Two to four possessive nouns.
- fiveOrMore : NumberOfPossessiveNouns
Five or more possessive nouns.
Instances For
Equations
- Typology.Possession.instDecidableEqNumberOfPossessiveNouns 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
@cite{heine-1997} §2.3: the semantic targets of possessive constructions —
what kind of possessive relationship is expressed. Distinct from
PossessionSource, which encodes the cognitive source (how the
construction arose diachronically). Seven notions ordered by increasing
abstractness: physical < temporary < permanent < inalienable < abstract
(plus two for inanimate possessors).
- physical : PossessiveNotion
Physical possession (e.g., "I have a pen in my hand").
- temporary : PossessiveNotion
Temporary possession (e.g., "I have a rental car").
- permanent : PossessiveNotion
Permanent possession (e.g., "I have a house").
- inalienable : PossessiveNotion
Inalienable possession (e.g., "I have two sisters", "blue eyes").
- abstract : PossessiveNotion
Abstract possession (e.g., "I have a headache", "an idea").
- inanimateInalienable : PossessiveNotion
Inanimate inalienable (e.g., "The tree has branches").
- inanimateAlienable : PossessiveNotion
Inanimate alienable (e.g., "The room has a window").
Instances For
Equations
- Typology.Possession.instDecidableEqPossessiveNotion 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
Abstractness ordering: higher = more abstract possessive notion.
Equations
- Typology.Possession.PossessiveNotion.physical.abstractness = 0
- Typology.Possession.PossessiveNotion.temporary.abstractness = 1
- Typology.Possession.PossessiveNotion.permanent.abstractness = 2
- Typology.Possession.PossessiveNotion.inalienable.abstractness = 3
- Typology.Possession.PossessiveNotion.abstract.abstractness = 4
- Typology.Possession.PossessiveNotion.inanimateInalienable.abstractness = 5
- Typology.Possession.PossessiveNotion.inanimateAlienable.abstractness = 6
Instances For
The inalienability hierarchy: if a language draws an alienable/inalienable boundary, the inalienable class is drawn from the top. Body parts and kinship terms are always the first candidates.
- bodyPart : InalienabilityRank
- kinship : InalienabilityRank
- spatialRelation : InalienabilityRank
- partWhole : InalienabilityRank
- culturalItem : InalienabilityRank
- generalProperty : InalienabilityRank
Instances For
Equations
- Typology.Possession.instDecidableEqInalienabilityRank 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
Numeric rank for comparison (higher = more likely to be inalienable).
Equations
- Typology.Possession.InalienabilityRank.bodyPart.toNat = 5
- Typology.Possession.InalienabilityRank.kinship.toNat = 4
- Typology.Possession.InalienabilityRank.spatialRelation.toNat = 3
- Typology.Possession.InalienabilityRank.partWhole.toNat = 2
- Typology.Possession.InalienabilityRank.culturalItem.toNat = 1
- Typology.Possession.InalienabilityRank.generalProperty.toNat = 0
Instances For
@cite{heine-1997} Table 2.1 / @cite{heine-2009} Table 29.5: eight diachronic source schemas from which predicative possession constructions arise via grammaticalization.
- action : PossessionSource
Action: "X takes Y" → 'X has Y' (e.g., English
have< OEhabban). - location : PossessionSource
Location: "Y is at X" → 'X has Y' (e.g., Finnish adessive, Russian
u). - companion : PossessionSource
Companion: "X is with Y" → 'X has Y' (e.g., Swahili
-na, Vendana). - genitive : PossessionSource
Genitive: "X's Y exists" → 'X has Y' (e.g., Turkish
Hasan-ın inek-i var). - goal : PossessionSource
Goal: "Y exists for X" → 'X has Y' (e.g., Hindi
mere paas, Irishagam). - source : PossessionSource
Source: "Y exists from X" → 'X has Y'.
- topic : PossessionSource
Topic: "As for X, Y exists" → 'X has Y' (e.g., Japanese
watashi-ni-wa). - equation : PossessionSource
Equation: "Y is X's" → 'X has Y' (e.g., Scots Gaelic
is leam an leabhar).
Instances For
Equations
- Typology.Possession.instDecidableEqPossessionSource 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
Map predicative strategies to their likely grammaticalization source.
Equations
- Typology.Possession.predicativeSource Typology.Possession.PredicativePossession.haveVerb = Typology.Possession.PossessionSource.action
- Typology.Possession.predicativeSource Typology.Possession.PredicativePossession.locational = Typology.Possession.PossessionSource.location
- Typology.Possession.predicativeSource Typology.Possession.PredicativePossession.genitiveDative = Typology.Possession.PossessionSource.goal
- Typology.Possession.predicativeSource Typology.Possession.PredicativePossession.topic = Typology.Possession.PossessionSource.topic
- Typology.Possession.predicativeSource Typology.Possession.PredicativePossession.comitative = Typology.Possession.PossessionSource.companion
Instances For
A language's possession profile across @cite{wals-2013} chapters 57–59 and the additional typological dimensions of predicative (@cite{stassen-2009}) and adnominal (@cite{nichols-1986}) possession.
- language : String
Language name (matches
LanguageProfile.namewhen bundled). - family : String
Language family.
- iso : String
ISO 639-3 code (matches
LanguageProfile.isowhen bundled). - obligatoryPossession : ObligatoryPossession
Ch 58: whether obligatory possessive inflection exists.
- possessiveClassification : PossessiveClassification
Ch 59: whether the language morphosyntactically classifies possession.
- predicativeStrategy : PredicativePossession
Primary strategy for predicative possession ("I have X").
- adnominalStrategy : AdnominalPossession
Primary strategy for adnominal possession ("my book").
- affixPosition : Option PossessiveAffixPosition
Ch 57: position of pronominal possessive affixes, if attested.
- examples : List String
Illustrative possessive forms or constructions.
- notes : String
Notes on the possession system.
Instances For
Equations
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
Does a language have obligatory possessive inflection?
Equations
Instances For
Does a language morphosyntactically classify possession?
Equations
Instances For
Does a language use a have-verb strategy?
Equations
Instances For
Does a language use a locational/existential strategy?
Equations
Instances For
Does a language use head-marking for adnominal possession?
Equations
Instances For
Does a language use dependent-marking for adnominal possession?
Equations
Instances For
WALS Ch 57A → PossessiveAffixPosition.
Equations
- Typology.Possession.fromWALS57A Data.WALS.F57A.PositionOfPronominalPossessiveAffixes.possessivePrefixes = Typology.Possession.PossessiveAffixPosition.prefixes
- Typology.Possession.fromWALS57A Data.WALS.F57A.PositionOfPronominalPossessiveAffixes.possessiveSuffixes = Typology.Possession.PossessiveAffixPosition.suffixes
- Typology.Possession.fromWALS57A Data.WALS.F57A.PositionOfPronominalPossessiveAffixes.prefixesAndSuffixes = Typology.Possession.PossessiveAffixPosition.both
- Typology.Possession.fromWALS57A Data.WALS.F57A.PositionOfPronominalPossessiveAffixes.noPossessiveAffixes = Typology.Possession.PossessiveAffixPosition.none
Instances For
WALS Ch 58A → ObligatoryPossession. WALS only encodes exists/absent;
our substrate adds .unclear for languages with optional/disputed coding.
Equations
Instances For
WALS Ch 58B → NumberOfPossessiveNouns.
Equations
- Typology.Possession.fromWALS58B Data.WALS.F58B.NumberOfPossessiveNouns.noneReported = Typology.Possession.NumberOfPossessiveNouns.noneReported
- Typology.Possession.fromWALS58B Data.WALS.F58B.NumberOfPossessiveNouns.one = Typology.Possession.NumberOfPossessiveNouns.one
- Typology.Possession.fromWALS58B Data.WALS.F58B.NumberOfPossessiveNouns.twoToFour = Typology.Possession.NumberOfPossessiveNouns.twoToFour
- Typology.Possession.fromWALS58B Data.WALS.F58B.NumberOfPossessiveNouns.fiveOrMore = Typology.Possession.NumberOfPossessiveNouns.fiveOrMore
Instances For
WALS Ch 59A → PossessiveClassification. WALS distinguishes "3–5
classes" from "more than 5"; we collapse both into .threeOrMore.
Equations
- Typology.Possession.fromWALS59A Data.WALS.F59A.PossessiveClassification.noPossessiveClassification = Typology.Possession.PossessiveClassification.noClassification
- Typology.Possession.fromWALS59A Data.WALS.F59A.PossessiveClassification.twoClasses = Typology.Possession.PossessiveClassification.twoWay
- Typology.Possession.fromWALS59A Data.WALS.F59A.PossessiveClassification.threeToFiveClasses = Typology.Possession.PossessiveClassification.threeOrMore
- Typology.Possession.fromWALS59A Data.WALS.F59A.PossessiveClassification.moreThanFiveClasses = Typology.Possession.PossessiveClassification.threeOrMore
Instances For
WALSCount + WALSCount.totalOf are imported from
Linglib/Data/WALS/Aggregation.lean (shared with the other
Typology files that consume WALS distributions).
Ch 58 distribution: obligatory possessive inflection (N = 244).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Ch 59 distribution: possessive classification (N = 243). WALS distinguishes "3–5" from "more than 5"; we collapse both into "Three or more classes".
Equations
- One or more equations did not get rendered due to their size.
Instances For
Ch 58B distribution: number of possessive nouns (N = 243).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Ch 58 has one more language than Ch 59 (244 vs 243; Panare is in 58 but not 59).
Ch 57 value distribution from WALS data.
Ch 58 value distribution from WALS data.
Ch 59 value distribution from WALS data.
Ch 58B value distribution from WALS data.
Ch 58B: vast majority of languages have no possessive nouns (233/243).
Ch 57: possessive suffixes are the most common affix position.
Ch 58: languages without obligatory possession vastly outnumber those with it in WALS data (201 vs 43, > 4×).
Ch 59: no-possessive-classification is the most common pattern (125/243), followed by two-way (94/243).