Ternary Qualia+ Relations (TQR)
What is TQR?
TQR (Ternary Qualia+ Relations) is FN-Br's inventory of relations for characterising lexical meaning. It extends Pustejovsky's qualia structure with relations the four qualia don't cover, and grounds the whole set in the DUL foundational ontology.
The motivation is that representing context from linguistic material means associating what is expressed with commonsense knowledge β typically held in an ontology. Each LU carries a parcel of meaning that distinguishes it from other LUs evoking the same frame, and FN-Br is building a lexical ontology to make that reasoning explicit. A lexical ontology explores what lexica and ontologies share while reducing the gaps between them. To implement it, FN-Br reframed two ideas from SIMPLE: coding words as Lexical Units, and using "extended qualia relations" β now represented by Microframes. The full set of these relations is TQR.
Why Qualia+ ?
Pustejovsky (1991, 1995) decomposes word meaning into four qualia β aspects that together characterise an entity:
| Quale | Question answered | Example (for pizza) |
|---|---|---|
| Formal | What kind of thing is it? | subtype_of Food |
| Constitutive | What is it made of? | is_made_of dough, cheese, tomato |
| Telic | What is it for? | object_of_the_activity eat |
| Agentive | How did it come to exist? | has_as_agent bake |
But the qualia answer questions about a single object's intrinsic profile β a noun-centric model. Even the SIMPLE inventory contains relations the qualia never accounted for:
- Ontological scaffolding β relations expressing ontological structure.
- Relational meaning between distinct entities β kinship, social roles, regulation. The meaning lives in the relation, not in either relatum's qualia.
- Eventive/temporal connective tissue β
precedes,follows,has_precondition,co-participates_with: how events sit in sequence and who participates, not what an object is for.
The "+" denotes exactly these non-qualia relations β spatial, eventive, social, and structural β that TQR brings under one inventory alongside the classic qualia.
DUL Integration
To hold the extended set together, TQR integrates with DUL (DOLCE+DnS Ultralite). Microframes live in two namespaces: dul: for the foundational relations, and fnbr: for the lexical specialisations that subsume them. Each fnbr: qualia microframe carries at least one subsumption edge to a DUL microframe, grounding the lexical-semantic relation in a foundational ontology. This enables:
- Inferential generalisation β enables parser rules to fire on DUL relation families and propagate to all
fnbr:specialisations via the subsumption hierarchy. - Cross-domain interoperability β
fnbr:microframes are interpretable by any system that understands DUL object properties. - Unified modelling β frame-level and lexical-level relations share the same microframe abstraction.
The integration is non-breaking (adding subsumption edges does not alter existing frame structure) and descriptive, not prescriptive β the DUL alignment does not impose DUL's stronger ontological commitments on FN-Br annotations.
The two-layer design
Every TQR microframe carries three nested classification axes:
- a user-facing semantic category (one of the thirteen below, for browsing);
- a DUL family (which DUL relation it groups under, for querying);
- a grounding kind β property-grounded (a sub-property of a DUL object property) or description-grounded (a specialization of a DUL class such as
dul:Plan). This selects how it integrates with DUL.
Where applicable a microframe also keeps its GL quale (Formal, Constitutive, Telic, Agentive) as provenance.
The category and quale are the human-facing labels; the DUL parent is the machine-facing grounding. A relation may have no quale (much of the scaffolding and eventive material does) while still having a category and a DUL parent.
TQR Structure
The TQR data structure extends the previous version. Its core idea is that the relation between two LUs is grounded not only ontologically but also in the FrameNet network. Since each microframe has a Domain and a Range, a TQR relation links a Frame Element to each. The FEs may belong to the same or different frames, allowing very specific relations without extending the base microframe inventory. This structure is called TQR FE.
A second structure, TQR LU, records the individual relations between LUs; each TQR LU points to a TQR FE.
Semantic Categories
Microframes used by TQR FE are organised into 13 semantic categories β the user-facing axis (see DUL Grounding for how this relates to the DUL family and grounding-kind axes). The set expands the original eleven: the former Agentive & Causation is split into Agentive (agent-driven creation) and Causal (agentless causation), and Semiotic is added for reference relations.
The category names used throughout this documentation are a shorthand. The Stored label column gives the exact string the WebTool's category picker shows (typ_microframe_category, idType 42). Note the labels lag the conceptual split: the Causal category was added as its own row, but the original category's stored label is still Agentive & Causation β it was never shortened to Agentive.
| Category (shorthand) | Stored label (UI) | Count | Description |
|---|---|---|---|
| Formal | Formal & Taxonomic | 3 | What kind of thing is it β taxonomic is-a and instance-of. |
| Mereological | Constitutive & Mereological | 6 | How an entity is composed: parts, members, material constitution. |
| Spatial | Spatial & Locational | 5 | Conventional or habitual location of an entity or agent. |
| Quality | Attribute, Quality & Measurement | 5 | Reified qualities, attributes, and measurement (QualityβRegion pattern). |
| Telic | Telic β Purpose & Function | 8 | Purpose or function. Direct Telic (the entity is acted on) vs. Indirect Telic (the entity is instrument/subject). |
| Agentive | Agentive & Causation | 9 | Genuine creation or agency β how an entity is brought into being by an agent. |
| Causal | Causal | 8 | General causation with no agent, modelled as a pre/post-condition between events. |
| Natural | Natural Causation & Domain-Specific | 6 | Non-agentive natural causation: physical, biological, chemical mechanisms. |
| Experiential | Experiential & Emotional | 2 | Mental states and emotional experience; stimulus-based origin. |
| Role | Role, Activity & Instrument | 5 | Conventional role, habitual activity, ability, or instrumental use. |
| Social | Social & Conventional | 4 | Institutional regulation, kinship, adherence, character traits β normative/social facts. |
| Semiotic | Semiotic | 1 | Aboutness and reference between an information object and its subject. |
| General | General | 1 | Catch-all for when no specific relation is identified; to be replaced when known. |