Documentation

Linglib.Studies.ViknerJensen2002

Vikner & Jensen 2002: A semantic analysis of the English genitive #

Paper-anchored consumer of the relational/possessive substrate for [VJ02]. V&J give the prenominal genitive a single syntactic type (it always combines with a relational noun); a non-relational head noun is coerced to relational, with the genitive relation derived from the noun's Pustejovsky qualia rather than stipulated.

Main statements #

References #

Qualia structure (Pustejovsky, as used by V&J §3.2.1) #

The relation-bearing qualia V&J read off a head noun. The telic and formal qualia do not contribute a genitive relation type in V&J's four-way taxonomy, so they are omitted.

  • isRelational : Bool

    Inherently relational (e.g. sister, teacher) — bears its own relatum.

  • hasConstitutive : Bool

    Bears a constitutive quale (nose: part-of a body).

  • hasAgentive : Bool

    Bears an agentive quale (poem: composed by someone).

Instances For
    def ViknerJensen2002.instDecidableEqNounQualia.decEq (x✝ x✝¹ : NounQualia) :
    Decidable (x✝ = x✝¹)
    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

        Deriving the relation type from qualia (V&J §3.2.3) #

        V&J's central thesis: the genitive's relation type is derived from the head noun's lexical structure, not stipulated. A noun licenses the inherent relation iff it is relational, the part-whole relation iff it bears a constitutive quale, the agentive relation iff it bears an agentive quale; the control relation is always available (the default, independent of qualia, §3.1.2). The codomain is the project's PossessionRelationType — V&J is the source of that taxonomy.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Control is available whatever the noun's qualia (V&J §3.1.2: it is always available, ownership being only one special case of control).

          Lexical entries (V&J (9), §3.1.2) #

          sister — inherently relational.

          Equations
          Instances For

            nose — constitutive quale (part-of a body).

            Equations
            Instances For

              poem — agentive quale (composed).

              Equations
              Instances For

                car — agentive quale (constructed); the salient reading is control.

                Equations
                Instances For

                  picture — relational (picture of) and agentive (picture made by).

                  Equations
                  Instances For

                    the girl's nose: part-whole, via the constitutive quale (no inherent or agentive reading).

                    the girl's picture is three ways ambiguous (V&J §3.1.2): inherent (picture of the girl), agentive (picture the girl made), and control (picture at her disposal) — but not part-whole.

                    The qualia derivation distinguishes the readings: picture is three-way ambiguous, nose only two-way.

                    The denotation: possessor + narrow-scope definite (V&J §3.2.3) #

                    Model over Fin 4 (girl 0, her teacher 1, her car 2, an unrelated 3), single situation. The genitive picks the unique entity standing in the resolved relation to the possessor.

                    The (inherent) teacher relation: 0's teacher is 1.

                    Equations
                    Instances For

                      the girl's teacher (inherent, V&J (21)): the possessee predicate is the relation applied to the possessor (viaArgument), and there is a unique satisfier — V&J's narrow-scope definite, here as iotaPresupposition.

                      the girl's teacher as a Possessive.Definite carrier: its unique referent is delivered by the carrier API's existsUnique_possessee, no bespoke proof.

                      Equations
                      Instances For

                        The control relation: the girl 0 controls the car 2.

                        Equations
                        Instances For

                          car as a sortal noun predicate.

                          Equations
                          Instances For

                            the girl's car (coerced, control): the sortal noun is shifted to a relation via Barker's π (viaModifier), and the result selects the controlled car. This is V&J's coercion of a non-relational head noun.