Formal gismu
Gismu place type system
This document specifies how dictionaries/formal-gismu.tsv annotates gismu places with TypeScript-like types. dictionaries/gismu.tsv is the official dictionary (definitions, places, rafsi, notes); typed English in the TSV is layered on top of those glosses.
1. Base types (like TypeScript primitives)
Think of these as simple nominal types:
type Entity
type Object extends Entity
type Organism extends Entity
type Location extends Entity
type Language extends Entity
type Taxon
type Textit
type Symbol extends Entity
type GrammarStructure extends Entity
type Sound
type Number
type TimeInterval
- Entity: default for “thing-like” places (person, object, place, institution, language, organism, …).
- Object / Organism / Location / Language: use when the definition needs that contrast.
- Taxon: taxon-like designation (species, breed, cultivar, …), usually a name or label. The same slot may allow
Taxon | Set<T>(with prenexx₁: T, T extends Organismor similar): nominal taxon vs descriptive unary-kaover the bearer. Further sumti kinds fromgismu.tsvmay addEntity,Group<Organism>, etc. - Text: strings, sentences, narrative wording, dictionary entries, …
- Symbol: inscription-level unit (glyph, lerfu, me'o form, …)—the form, not only the abstract referent. Text often stands metonymically for Symbol; use
Symbol | Text(orEntity | Symbol | Text) when both readings are licensed. - GrammarStructure: phrase or template in grammar talk (e.g. gadri x₂);
GrammarStructure | Text | Symbolwhen the gloss is “(text)” but the role is structural. - Sound, Number, TimeInterval: as named.
In the TSV these appear as Entity, Organism, Taxon | Set<T>, etc. after each place.
2. Abstractors as type constructors
Abstractors map to English-named constructors (do not prefix parenthetical types with nu, ka, du'u, … in the TSV):
type Event<T = unknown> // nu
type Proposition<T = unknown> // du'u
type Idea<T = unknown> // si'o (non-measurement)
type Scale<T = unknown> // si'o as measurement scale
type Abstraction<T = unknown> // when not pinned down
type Standard extends Idea<unknown> // norm / measurement standard (“by standard …”)
(Event),(Proposition),(Standard), etc. in the definition column.Scale<Set<T>>when a scale ranges over a unary-kafacet; prenex tiesTand bearerx₁: …as in §3.
3. Collections, unary ka (Set<T>), and the prenex
Logic. Where gismu.tsv marks (ka) or “property” in the unary-ka sense, read the slot as extension / predicate-as-set; in the TSV that is Set<T>, not a separate “phantom” brand. The ckaji-style link is lexical (gloss + structure), not an extra type constructor.
type Set<T> // extension (lo'i)
type Sequence<T> // ordered collection
type Group<T> // mass / collective (loi)
Layout of the definition column. One sentence: prenex first (place typings x₁: …, x₂: …, … in order, then T extends …, U extends …), then the gloss with bare xᵢ. Each place’s first mention carries the parenthesized type: x₂ (Set<T>), etc.
Bearer typing — choose by meaning (not every row uses x₁ as bearer; follow the gloss):
| Pattern | Prenex / places | Examples |
|---|---|---|
Single unary-ka facet; bearer sort = aspect parameter | x₁: T, T extends … and Set<T> on the facet tied to x₁ | bancu x₁ / x₄, ckaji, jarco |
Two+ parallel unary-ka facets of the same bearer | x₁: T & V, T extends …, V extends …, x₂ (Set<T>), x₃ (Set<V>) | centi (scale + dimension), fetsi (species + traits), marji (composition + shape); lanci uses T & W (pattern + material) |
| Subject vs reference population | U extends Entity, T extends U, x₁ (T), Set<U> on the reference set | fadni, girzu, rirci, mupli, … |
| Mixed | Only one unary-ka on x₁; another place is plain Entity (medium, source, …) | x₁: Entity + generics only for the ka slot — @boxna; do not force T & V |
Rules:
-
Do not reuse
Tfor two semantically distinct unary-kafacets; addV,W(marji, centi, vamji, …). -
Do not use bare
Set<Entity>without a prenex when the gloss ties the aspect to a bearer. -
Anonymous extension:
Set<Entity>/Set<T>when the slot is not “predicative-of-xᵢ” in the type line (reference sets, etc.). -
Plural glosses:
Group<T>; if the gloss allows one or many,T | Group<T>. -
Nested unary-
kain a group: e.g. lanxe —T extends Entity,x₁: Group<T>,x₂ (Group<Set<Group<T>>>)(each force unary-kaoverx₁).
If you need a nominal or generic not listed here, add it here before using it in the TSV.
4. Amounts and relations
type Amount<Arg> // ni over one argument; TSV: (Amount of x₁)
type Relation<Args> // relation over 2+ arguments; not a unary-`ka` Set
Unary ka elsewhere: always Set<T> with prenex from §3; bearer Group<S> shares S with nested Set<…> when the gloss requires.
Relation — three flavors:
- Arguments from a collection — collection
Sequence<T>/Set<T>; relation placeRelation<T[]>(e.g. bridix₃). - Between named places —
Relation<xᵢ, xⱼ>(or more indices). - Distinct pairs from a set —
Relation<NonMatchingPair<T>>when the gloss excludes self-pairs (mutual action, ordering rules on different members): simxux₂, porsix₂, listex₃.
NonMatchingPair (conceptual): ordered pairs [a, b] with a, b of type T, a ≠ b:
type NonMatchingPair<T, U = T> = T extends any
? [T, Exclude<U, T>]
: never;
Contrast Comparisons (§5): [T, T] allows equal components.
5. Common semantic patterns (unary ka and neighbors)
The bullets below are gloss-driven defaults for unary-ka and related slots. Each row still needs the correct prenex (§3): bare xᵢ in English; Set<T> in parentheses.
- Container (role only): type as
Entity(“container for …”). - RoleOf / ckaji-shaped property:
Set<T>+ bearer in prenex (same idea as ckajix₂). - MeasurementOf (flattened in TSV): e.g.
x₁: Entity, T extends Entity,x₃ (Scale<Set<T>>)with prenex tyingTto the measured bearer. - Comparisons (dunli, mleca, zmadu, …):
T extends …,x₁ (T),x₂ (T). - Metric / dimension: dimension slot
Set<T>; SI prefixes usex₁: T & V, scalex₂ (Set<T>), dimensionx₃ (Set<V>)(parallel facets). Unit / dimension-adjective gismu:x₃Set<T>+Standardwhere the gloss says so. - Propulsion “propelled by”:
Set<T>on the propelled sumti; jakne propellantEntity. - Information medium / channel (format, broadcast, …):
Set<T>; physical medium through which waves move:Entity(@boxna, marcex₃, …). - “By method”:
Set<T>, not(Event), when the gloss is manner/procedure relative tox₁. - Modal “under rules”: default
Set<T>; not porsix₂-style ordering — useRelation<NonMatchingPair<T>>; javni / logji / … as object sumti:Proposition,Entity,Idea, … - Material / composition of
x₁:Set<T>unless the sumti is a discrete object or feedstock without an “ofx₁” reading. - Type / form / pattern / waveform of
x₁:Set<T>; tarmix₁as ideal:Entity | Idea. - Force (ka):
Set<T>or unions withEntity,(Event)per gloss; no separateForcetype. - lanxe mass of forces: §3 Nested +
Group<Set<Group<T>>>.
6. formal-gismu.tsv column checklist
- Columns:
word|definition(one sentence, places in order, TypeScript-like types in parentheses after each place’s first mention). - Unions:
Sound | Text,Taxon | Set<T>, … — spaces around|; no English “or” inside parentheses. - Abstractors: use §2 English names, not
nu/kaprefixes in types. - Examples of shapes:
x₁ (Entity),x₂ (Event),x₄ (Set<T>),x₂ (Amount of x₁),x₃ (Scale<Set<T>>),x₂ (Set<Entity>)(anonymous),Relation<NonMatchingPair<T>>,x₁ (T)/x₂ (T)for comparisons. - Later mentions of the same
xₙ: type need not repeat. - Abstractor checklist:
nu→(Event);du'u→(Proposition); unaryka→Set<T>+ §3 prenex;ni→(Amount of …);si'oscale →Scale<…>/Scale<Set<T>>; vague “abstraction” → may union; metaphysics place →(Proposition).
7. Elaboration and tooling
What tools should preserve: (1) which place is the bearer — from prenex + gloss; (2) anonymous Set vs unary-ka-of-xᵢ — same syntax, different gloss; (3) extensional vs intensional readings may differ in UI; (4) mapping to lo'i / ka / loi is a separate surface concern. Types do not prove ckaji(x₁, x₂) in running text; they document dictionary structure. Set<T> here is the spec’s collection type, not necessarily globalThis.Set.
Reference populations: fadni x₃ is often a full reference class; x₁ (T), x₃ (Set<T>) or T extends U, x₃ (Set<U>) per gloss; looser Set<Entity> or external metadata if needed for x₁ ∈ x₃.
Open questions: sequence places tied to a bearer vs orthogonal Sequence<T> and unary-ka Set<…>; whether species slots need a shorter editorial alias for the Set<T> arm of Taxon | Set<T> (the arm is still unary-ka, not a new type); extra tagging for Group<Set<…>>; metadata for non-ckaji parallels (simsa, ckini, …).
QA samples: two-facet rows (centi, marji, vamji, cimde); ckaji, jarco, fadni, barda, mleca, kampu, canja, mutce — align with gismu.tsv after edits.
|
word |
definition |
|---|---|
|
bacru |
x₁ (Entity) utters verbally / says / phonates / speaks sound or text x₂ (Sound | Text | Symbol) |
|
badna |
x₁: T, T extends Entity. x₁ is a banana or plantain fruit or plant of species x₂ (Taxon | Set<T>) |
|
badri |
x₁ (Entity) is sad / depressed / dejected about x₂ (Abstraction: Event | Proposition) |
|
bajra |
x₁: T, T extends Entity. x₁ runs on surface x₂ (Entity) using limbs x₃ (Entity) with gait x₄ (Set<T>) |
|
bakfu |
x₁ (Entity) is a bundle / package / cluster / clump / pack containing x₂ (Entity) held together by x₃ (Entity) |
|
bakni |
x₁: T, T extends Organism. x₁ is a cow / bovine / cattle / ox of species x₂ (Taxon | Set<T>) |
|
bakri |
x₁: Entity, T extends Entity, V extends Entity. x₁ is a quantity of chalk from source x₂ (Entity) in form x₃ (ka, Set<V>) |
|
baktu |
x₁: T, T extends Entity. x₁ is a deep, solid, wide-topped container / bucket / pail for contents x₂ (Entity) made of material x₃ (Set<T>) |
|
balji |
x₁: T, T extends Entity. x₁ is a bulb body-part of plant or species x₂ (Taxon | Set<T>) |
|
balni |
x₁ (Entity) is a balcony / overhang / ledge / shelf of building or structure x₂ (Entity) |
|
balre |
x₁ (Entity) is a blade of tool or weapon x₂ (Entity) |
|
balvi |
x₁ (Event) is in the future of event x₂ (Event); x₁ (Event) is later than x₂ (Event) in time |
|
bancu |
x₁: T, T extends Entity. x₁ exceeds / is beyond limit or boundary x₂ (Entity) from reference x₃ (Entity) in property x₄ (Set<T>) |
|
bandu |
x₁ (Event) defends or protects x₂ (Event) from threat or peril x₃ (Event) |
|
banfi |
x₁: T, T extends Organism. x₁ is an amphibian of species x₂ (Taxon | Set<T>) |
|
bangu |
x₁ (Language) is a language or dialect used by x₂ (Entity) to express x₃ (Idea) |
|
banli |
x₁: T, T extends Entity. x₁ is great or grand in property x₂ (Set<T>) by standard x₃ (Standard) |
|
banro |
x₁: Entity, T extends Entity, V extends Entity. x₁ grows or expands to size or form x₂ (ka, Set<T>) from origin x₃ (Set<V>) |
|
banxa |
x₁: T, T extends Entity. x₁ is a bank owned by or in banking system x₂ (Entity) for banking function(s) x₃ (Set<T>) |
|
banzu |
x₁ (Object) suffices / is enough / is sufficient for purpose x₂ (Event) under conditions x₃ (Event) |
|
bapli |
x₂: T, T extends Event. x₁ (Set<T>) forces or compels event x₂ to occur |
|
barda |
x₁: T, T extends Entity. x₁ is big or large in property or dimension(s) x₂ (Set<T>) compared with standard x₃ (Standard) |
|
bargu |
x₁: T, T extends Entity. x₁ arches or curves over or around x₂ (Entity) and is made of material x₃ (Set<T>) |
|
barja |
x₁ (Location) is a tavern / bar / pub serving x₂ (Entity) to patrons x₃ (Group<Entity>) |
|
barna |
x₁: T, T extends Entity. x₁ is a mark / spot / patch on x₂ (Entity) made of material x₃ (Set<T>) |
|
bartu |
x₁ (Entity) is on the outside of x₂ (Entity) |
|
basna |
x₁: T, T extends Entity. x₁ emphasizes / accentuates x₂ (Entity | Text | Sound | Symbol) by action x₃ (Set<T>) |
|
basti |
x₁ (Entity) replaces / substitutes for x₂ (Entity) in circumstance x₃ (Event) |
|
batci |
x₁ (Entity) bites or pinches x₂ (Entity) at locus x₃ (Entity) with x₄ (Entity) |
|
@batke |
x₁: T, T extends Entity. x₁ is a button / knob / handle on item x₂ (Entity) for purpose x₃ (Event) made of material x₄ (Set<T>) |
|
bavmi |
x₁: T, T extends Entity. x₁ is a quantity of barley of species or strain x₂ (Taxon | Set<T>) |
|
baxso |
x₁: T, T extends Entity. x₁ reflects Malay–Indonesian common language or culture in aspect x₂ (Set<T>) |
|
bebna |
x₁: T, T extends Entity. x₁ is foolish or silly in event / action / property x₂ (Set<T>) |
|
bemro |
x₁: T, T extends Entity. x₁ reflects North American culture / nationality / geography in aspect x₂ (Set<T>) |
|
bende |
x₁ (Group<Entity>) is a crew / team / gang / squad / band of persons x₂ (Set<Entity>) directed or led by x₃ (Entity) and organized for purpose x₄ (Event) |
|
bengo |
x₁: T, T extends Entity. x₁ reflects Bengali / Bangladesh culture / nationality / language in aspect x₂ (Set<T>) |
|
benji |
x₁: T, T extends Entity. x₁ transfers / sends / transmits x₂ (Entity) to receiver x₃ (Entity) from origin x₄ (Entity) via means or medium x₅ (Set<T>) |
|
bersa |
x₁ (Entity) is a son of parent(s) x₂ (Entity) |
|
berti |
x₁ (Entity) is to the north / on the northern side of x₂ (Entity) according to frame of reference x₃ (Entity) |
|
besna |
x₁ (Entity) is a brain body-part of body x₂ (Entity) |
|
betfu |
x₁ (Entity) is an abdomen / belly / lower trunk body-part of body x₂ (Entity) |
|
betri |
x₂: T, T extends Entity. x₁ (Set<T>) is a tragedy or disaster for x₂ |
|
bevri |
x₁ (Entity) carries / hauls / bears / transports cargo x₂ (Entity) to destination x₃ (Entity) from origin x₄ (Entity) over path x₅ (Entity) |
|
@bidju |
x₁: T, T extends Entity. x₁ is a bead or pebble of material x₂ (Set<T>) |
|
bifce |
x₁: T, T extends Organism. x₁ is a bee / wasp / hornet of species x₂ (Taxon | Set<T>) |
|
bikla |
x₁ (Entity) whips / lashes / snaps with sudden violent motion |
|
bilga |
x₁: T, T extends Entity. x₁ is bound or obliged to do or be x₂ (Set<T>) by standard or agreement x₃ (Standard) |
|
bilma |
x₁: T, T extends Organism. x₁ is ill / sick / diseased with symptoms x₂ (Set<T>) from disease x₃ (Event) |
|
bilni |
x₁ (Entity) is military / regimented / strongly organized or prepared by system x₂ (Entity) for purpose x₃ (Event) |
|
bindo |
x₁: T, T extends Entity. x₁ reflects Indonesian culture / nationality / language in aspect x₂ (Set<T>) |
|
binra |
x₁ (Entity) insures or indemnifies person x₂ (Entity) against peril x₃ (Event) providing benefit(s) x₄ (Event) |
|
binxo |
x₁ (Entity) becomes / changes / converts / transforms into x₂ (Entity) under conditions x₃ (Event) |
|
birje |
x₁ (Entity) is made of / contains / is a quantity of beer or ale brewed from x₂ (Entity) |
|
birka |
x₁ (Entity) is an arm body-part of body x₂ (Entity) |
|
birti |
x₁ (Entity) is certain / sure / convinced that x₂ (Proposition) is true |
|
@bisli |
x₁: T, T extends Entity. x₁ is a quantity of / is made of / contains ice of composition including x₂ (Set<T>) |
|
bitmu |
x₁ (Entity) is a wall or fence separating x₂ (Entity) and x₃ (Entity) in structure x₄ (Entity) |
|
blabi |
x₁ (Entity) is white or very light-colored |
|
@blaci |
x₁: T, T extends Entity. x₁ is a quantity of / is made of / contains glass of composition including x₂ (Set<T>) |
|
blanu |
x₁ (Entity) is blue in color |
|
@bliku |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a block three-dimensional shape of material x₂ (Set<T>) with surfaces or sides x₃ (ka, Set<V>) |
|
bloti |
x₁: T, T extends Entity. x₁ is a boat or ship for carrying x₂ (Entity) propelled by means x₃ (Set<T>) |
|
@bolci |
x₁: T, T extends Entity. x₁ is a ball / sphere / orb / globe of material x₂ (Set<T>) |
|
bongu |
x₁: T, T extends Entity. x₁ is a bone body-part performing function x₂ (Set<T>) in body of x₃ (Organism) |
|
@botpi |
x₁: T, T extends Entity. x₁ is a bottle or jar or urn or flask container for x₂ (Entity) made of material x₃ (Set<T>) with lid x₄ (Entity) |
|
@boxfo |
x₁: T, T extends Entity. x₁ is a sheet or foil or blanket two-dimensional flexible shape of material x₂ (Set<T>) |
|
@boxna |
x₁: Entity, T extends Entity, V extends Entity. x₁ is a wave periodic pattern in medium x₂ (Entity) with waveform x₃ (ka, Set<V>), wavelength x₄ (Number), frequency x₅ (Number) |
|
bradi |
x₁ (Entity) is an enemy or opponent or adversary or foe of x₂ (Entity) in struggle x₃ (Event) |
|
bratu |
x₁: T, T extends Entity. x₁ is hail or sleet or freezing rain of material including x₂ (Set<T>) |
|
brazo |
x₁: T, T extends Entity. x₁ reflects Brazilian culture / nationality / language in aspect x₂ (Set<T>) |
|
bredi |
x₁ (Entity) is ready or prepared for x₂ (Event) |
|
bridi |
T extends Entity. x₁ (Proposition) is a predicate relationship with relation x₂ (Relation<T[]>) over arguments x₃ (Sequence<T> | Set<T>) |
|
brife |
x₁ (Entity) is a breeze or wind or gale from direction x₂ (Entity) with speed x₃ (Number) |
|
briju |
x₁ (Location) is an office or bureau or workplace of worker x₂ (Entity) at location x₃ (Location) |
|
brito |
x₁: T, T extends Entity. x₁ reflects British or United Kingdom culture / nationality in aspect x₂ (Set<T>) |
|
broda |
x₁ (Predicate variable) is the first assignable variable predicate with context-determined place structure |
|
brode |
x₁ (Predicate variable) is the second assignable variable predicate with context-determined place structure |
|
brodi |
x₁ (Predicate variable) is the third assignable variable predicate with context-determined place structure |
|
brodo |
x₁ (Predicate variable) is the fourth assignable variable predicate with context-determined place structure |
|
brodu |
x₁ (Predicate variable) is the fifth assignable variable predicate with context-determined place structure |
|
bruna |
x₁ (Entity) is a brother of x₂ (Entity) by bond or tie or standard or parent(s) x₃ (Relation<x₁,x₂>) |
|
budjo |
x₁: T, T extends Entity. x₁ pertains to Buddhist culture / religion / ethos in aspect x₂ (Set<T>) |
|
bukpu |
x₁ (Entity) is an amount of cloth or fabric of type or material x₂ (Entity) |
|
bumru |
x₁ (Entity) is foggy or misty or covered by a fog or mist or vapor of liquid x₂ (Entity) |
|
bunda |
x₁ (Entity) is x₂ (Number) local weight units in standard x₃ (Standard) with subunits x₄ (Entity) |
|
bunre |
x₁ (Entity) is brown or tan in color |
|
burcu |
x₁ (Entity) is a brush for purpose x₂ (Event) with bristles x₃ (Entity) |
|
burna |
x₁ (Entity) is embarrassed or disconcerted or flustered or ill at ease about conditions x₂ (Abstraction) |
|
cabna |
x₁ (Event) is current or in the present or concurrent or simultaneous with x₂ (Event | TimeInterval) in time |
|
cabra |
x₁: T, T extends Entity. x₁ is apparatus or mechanism or device or equipment for function x₂ (Set<T>) controlled or triggered by x₃ (Entity) |
|
cacra |
x₁ (TimeInterval) is x₂ (Number) hours in duration by standard x₃ (Standard) |
|
cadzu |
x₁ (Entity) walks or strides or paces on surface x₂ (Entity) using limbs x₃ (Entity) |
|
cafne |
x₁ (Event) often or frequently or commonly or customarily occurs or recurs by standard x₂ (Standard) |
|
cakla |
x₁ (Entity) is a quantity of or contains or is made of chocolate or cocoa |
|
calku |
x₁ (Entity) is a shell or husk around x₂ (Entity) composed of x₃ (Entity) |
|
canci |
x₁ (Entity) vanishes or disappears from location x₂ (Location) using senses or sensor x₃ (Entity) |
|
cando |
x₁ (Entity) is idle or at rest or inactive |
|
cange |
x₁ (Location) is a farm or ranch at x₂ (Location) farmed by x₃ (Entity) raising or producing x₄ (Group<Entity>) |
|
canja |
x₁: T, T extends Entity, x₄: U, U extends Entity, V extends Entity, W extends Entity. x₁ exchanges or trades or barters commodity x₂ (Set<V>) for x₃ (Set<W>) with x₄ |
|
canko |
x₁ (Entity) is a window or portal or opening in wall or building or structure x₂ (Entity) |
|
canlu |
x₁ (Location) is space or volume or region or room occupied by x₂ (Entity) |
|
canpa |
x₁ (Entity) is a shovel or spade for digging x₂ (Entity) |
|
@canre |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of sand or grit from source x₂ (Entity) of composition including x₃ (Set<T>) |
|
canti |
x₁ (Entity) is gut or entrails or intestines or viscera or digestive system body-part of x₂ (Organism) |
|
carce |
x₁: T, T extends Entity. x₁ is a cart or carriage or wagon for carrying x₂ (Entity) propelled by x₃ (Set<T>) |
|
carmi |
x₁: T, T extends Entity. x₁ is intense or bright or saturated or brilliant in property x₂ (Set<T>) as received or measured by observer x₃ (Entity) |
|
carna |
x₁ (Entity) turns or rotates or revolves around axis x₂ (Entity) in direction x₃ (Entity) towards point x₄ (Entity) |
|
cartu |
x₁ (Entity) is a chart or diagram or map of or about x₂ (Entity) showing formation or data-points x₃ (Set<Entity>) |
|
carvi |
x₁ (Entity) rains or showers or precipitates to x₂ (Location) from x₃ (Entity); x₁ is precipitation |
|
casnu |
x₁ (Group<Entity>) discusses or talks about topic or subject x₂ (Entity | Abstraction) |
|
catke |
x₁ (Entity) shoves or pushes x₂ (Entity) at locus x₃ (Entity) |
|
catlu |
x₁ (Entity) looks at or examines or views or inspects or regards or watches or gazes at x₂ (Entity) |
|
catni |
x₁: T, T extends Entity. x₁ has authority or is an official in or on or over matter or sphere or persons x₂ (Set<T>) derived on basis x₃ (Proposition) |
|
catra |
x₁: T, T extends Entity. x₁ kills or slaughters or murders x₂ (Entity) by action or method x₃ (Set<T>) |
|
caxno |
x₁: T, T extends Entity. x₁ is shallow in extent in direction or property x₂ (Set<T>) away from reference point x₃ (Entity) by standard x₄ (Standard) |
|
cecla |
x₂: T, T extends Entity. x₁ (Entity) launches or fires or shoots projectile or missile x₂ propelled by x₃ (Set<T>) |
|
cecmu |
x₁ (Group<Entity>) is a community or colony of organisms x₂ (Group<Organism>) |
|
cedra |
x₁: T, T extends TimeInterval. x₁ is an era or epoch or age characterized by x₂ (Set<T>) |
|
cenba |
x₁: T, T extends Entity. x₁ varies or changes in property or quantity x₂ (Set<T>) in amount or degree x₃ (Amount of x₂) under conditions x₄ (Event) |
|
censa |
x₁ (Entity) is holy or sacred to person or people or culture or religion or cult or group x₂ (Group<Entity>) |
|
centi |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^-2 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
cerda |
x₁: T, T extends Entity, x₃: U, U extends Entity, V extends Entity, W extends Entity. x₁ is an heir to or is to inherit x₂ (Set<V>) from x₃ according to rule x₄ (Set<W>) |
|
cerni |
x₁ (TimeInterval) is a morning of day x₂ (TimeInterval) at location x₃ (Location) |
|
certu |
x₁: T, T extends Entity. x₁ is an expert or pro or skilled at x₂ (Set<T>) by standard x₃ (Standard) |
|
cevni |
x₁ (Entity) is a god or deity of people or religion x₂ (Group<Entity>) with dominion over sphere x₃ (Set<Entity>) |
|
cfari |
x₁ (Event) commences or initiates or starts or begins to occur |
|
cfika |
x₁ (Entity) is a work of fiction about plot or theme or subject x₂ (Entity) by author x₃ (Entity) |
|
cfila |
x₂: T, T extends Entity. x₁ (Set<T>) is a flaw or fault or defect in x₂ causing x₃ (Event) |
|
cfine |
x₁: T, T extends Entity. x₁ is a wedge shape or tool of material x₂ (Set<T>) |
|
cfipu |
x₁: T, T extends Event. x₁ or state confuses or baffles observer x₂ (Entity) due to confusing property x₃ (Set<T>) |
|
ciblu |
x₁ (Entity) is blood or vital fluid of organism x₂ (Organism) |
|
cicna |
x₁ (Entity) is cyan or turquoise or greenish-blue in color |
|
cidja |
x₁ (Entity) is food or feed or nutriment for x₂ (Entity) |
|
cidni |
x₁ (Entity) is a knee or elbow or knuckle hinged joint of limb x₂ (Entity) of body x₃ (Entity) |
|
cidro |
x₁ (Entity) is a quantity of or contains or is made of hydrogen x₂ (Entity) |
|
cifnu |
x₁: T, T extends Organism. x₁ is an infant or baby of species x₂ (Taxon | Set<T>) |
|
cigla |
x₁ (Entity) is a gland body-part secreting x₂ (Entity) in body x₃ (Entity) |
|
cikna |
x₁ (Entity) is awake or alert or conscious |
|
cikre |
x₂: T, T extends Entity. x₁ (Entity) repairs or mends or fixes x₂ for use x₃ (Set<T>) |
|
ciksi |
x₁ (Entity) explains x₂ (Event) to x₃ (Entity) with explanation x₄ (Proposition) |
|
cilce |
x₁ (Entity) is wild or untamed |
|
cilmo |
x₁ (Entity) is moist or wet or damp with liquid x₂ (Entity) |
|
cilre |
x₁: T, T extends Entity. x₁ learns x₂ (Proposition) about subject x₃ (Entity) from source x₄ (Entity | Event) by method x₅ (Set<T>) |
|
cilta |
x₁: T, T extends Entity. x₁ is a thread or filament or wire of material x₂ (Set<T>) |
|
cimde |
x₂: U, U extends Entity, T extends Entity, V extends Entity. x₁ (Set<T>) is a dimension of space or object x₂ according to rules or model x₃ (Set<V>) |
|
cimni |
x₁: T, T extends Entity. x₁ is infinite or unending or eternal in property or dimension x₂ (Set<T>) to degree x₃ (Number) |
|
cinba |
x₁ (Entity) kisses or buss(es) x₂ (Entity) at locus x₃ (Entity) |
|
cindu |
x₁: T, T extends Entity. x₁ is an oak tree of species x₂ (Taxon | Set<T>) |
|
cinfo |
x₁: T, T extends Organism. x₁ is a lion or lioness of species x₂ (Taxon | Set<T>) |
|
cinje |
x₁ (Entity) is a wrinkle or crease or fold in x₂ (Entity) |
|
cinki |
x₁: T, T extends Organism. x₁ is an insect or arthropod of species x₂ (Taxon | Set<T>) |
|
cinla |
x₁: T, T extends Entity. x₁ is thin in direction or dimension x₂ (Set<T>) by standard x₃ (Standard) |
|
cinmo |
x₁: T, T extends Entity. x₁ feels emotion x₂ (Set<T>) about x₃ (Entity) |
|
cinri |
x₁ (Abstraction) interests or is interesting to x₂ (Entity) |
|
cinse |
x₁: T & V, T extends Entity, V extends Entity. x₁ in activity or state x₂ (Set<T>) exhibits sexuality or gender or sexual orientation x₃ (Set<V>) by standard x₄ (Standard) |
|
cinta |
x₁ (Entity) is a paint material of pigment or active substance x₂ (Entity) in base x₃ (Entity) |
|
cinza |
x₁ (Entity) is tongs or chopsticks or pincers or tweezers or pliers tool or body-part for x₂ (Entity) to pinch x₃ (Entity) |
|
cipni |
x₁: T, T extends Organism. x₁ is a bird or avian or fowl of species x₂ (Taxon | Set<T>) |
|
cipra |
T extends Entity, U extends Entity. x₁ (Event | Process) is a test or examination or proof of property or state x₂ (Set<U>) in subject x₃ (Set<T>) |
|
cirko |
x₁: T, T extends Entity. x₁ loses property or feature x₂ (Set<T>) in conditions or situation x₃ (Event) |
|
cirla |
x₁ (Entity) is a quantity of or contains cheese or curd from source x₂ (Entity) |
|
ciska |
x₂: Text | Symbol, T extends Entity. x₁ (Entity) writes or inscribes text x₂ on medium x₃ (Set<T>) with writing implement x₄ (Entity) |
|
cisma |
x₁ (Entity) smiles or grins |
|
ciste |
x₁: S, S extends Group<Entity>, T extends Entity. x₁ is a system interrelated by structure x₂ (Entity) among components x₃ (Set<Entity>) displaying systemic property x₄ (Set<T>) |
|
citka |
x₁ (Entity) eats or ingests or consumes x₂ (Entity) |
|
citno |
x₁ (Entity) is young or youthful by standard x₂ (Standard) |
|
citri |
x₁ (Entity) is a history of x₂ (Entity) according to viewpoint person x₃ (Entity) |
|
citsi |
x₁: T, T extends TimeInterval. x₁ is a season cyclical interval defined by interval or property x₂ (Set<T>) of year(s) x₃ (SplicedTimeInterval) |
|
civla |
x₁: T, T extends Organism. x₁ is a louse or flea of species x₂ (Taxon | Set<T>) parasitic on x₃ (Organism) |
|
cizra |
x₁: T, T extends Entity. x₁ is strange or weird or deviant or bizarre or odd to x₂ (Entity) in property x₃ (Set<T>) |
|
ckabu |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of rubber or latex from source x₂ (Entity) of composition including x₃ (Set<T>) |
|
ckafi |
x₁ (Entity) is made of or contains or is a quantity of coffee from source or bean or grain x₂ (Entity) |
|
ckaji |
x₁: T, T extends Entity. x₁ has or is characterized by property or feature or trait or aspect x₂ (Set<T>) |
|
ckana |
x₁: T, T extends Entity. x₁ is a bed or pallet of material x₂ (Set<T>) for holding or supporting x₃ (Event) |
|
ckape |
x₂: U, U extends Entity | Event, T extends Entity. x₁ (Set<T>) is perilous or dangerous or potentially harmful to x₂ under conditions x₃ (Event) |
|
ckasu |
x₁: T, T extends Entity, x₂: U, U extends Entity, V extends Entity, W extends Entity. x₁ ridicules or mocks or scoffs at x₂ about x₃ (Set<V>) by doing activity x₄ (Set<W>) |
|
ckeji |
x₁ (Entity) feels ashamed or mortified or humiliated under conditions x₂ (Event) before audience x₃ (Group<Entity>) |
|
ckiku |
x₁: T, T extends Entity. x₁ is a key fitting or releasing or opening or unlocking lock x₂ (Entity) and having relevant properties x₃ (Set<T>) |
|
ckilu |
x₁ (Scale) is a scale of units for measuring or observing or determining state x₂ (Set<Entity>) |
|
ckini |
x₁ (Entity) is related or associated or akin to x₂ (Entity) by relationship x₃ (Relation<x₁, x₂>) |
|
ckire |
x₂: T, T extends Entity. x₁ (Entity) is grateful or thankful or appreciative to x₂ for x₃ (Set<T>) |
|
ckule |
x₁ (Location) is a school or institute or academy at x₂ (Location) teaching subjects x₃ (Set<Entity>) to audience x₄ (Group<Entity>) operated by x₅ (Entity) |
|
ckunu |
x₁: T, T extends Entity. x₁ is a conifer or pine or fir of species x₂ (Taxon | Set<T>) with cones x₃ (Entity) |
|
cladu |
x₁ (Sound) is loud or noisy at observation point x₂ (Location) by standard x₃ (Standard) |
|
clani |
x₁: T, T extends Entity. x₁ is long in dimension or direction x₂ (Set<T>) by measurement standard x₃ (Standard) |
|
claxu |
x₁: T, T extends Entity. x₁ is without or lacks or is free of x₂ (Set<T>) |
|
clika |
x₁: T, T extends Organism. x₁ is moss or lichen of species x₂ (Taxon | Set<T>) growing on x₃ (Entity) |
|
clira |
x₁ (Event) is early by standard x₂ (Standard) |
|
clite |
x₁: T, T extends Entity. x₁ is polite or courteous or civil in matter x₂ (Set<T>) according to standard or custom x₃ (Standard) |
|
cliva |
x₁ (Entity) leaves or goes away or departs or separates from x₂ (Entity) via route x₃ (Entity) |
|
clupa |
x₁: T, T extends Entity. x₁ is a loop or circuit of material x₂ (Set<T>) |
|
cmaci |
x₁ (Entity) is mathematics of type or describing x₂ (Entity) |
|
cmalu |
x₁: T, T extends Entity. x₁ is small in property or dimension(s) x₂ (Set<T>) as compared with standard x₃ (Standard) |
|
cmana |
x₁ (Entity) is a mountain or hill or mound projecting from land mass x₂ (Entity) |
|
cmavo |
x₁ (Text) is a structure word of grammatical class x₂ (Symbol | Text) with meaning or function x₃ (Relation<Entity>) in usage language x₄ (Language) |
|
cmene |
x₁ (Symbol | Text) is a name or title or tag of x₂ (Entity) used by namer or name-user x₃ (Entity) |
|
cmila |
x₁ (Entity) laughs |
|
cmima |
x₁ (Entity) is a member or element of set x₂ (Set<Entity>) or belongs to group x₂ (Group<Entity>) |
|
cmoni |
x₁: T, T extends Entity. x₁ utters moan or groan or howl or scream non-linguistic utterance x₂ (Sound) expressing property x₃ (Set<T>) |
|
cnano |
T extends Entity, U extends Entity. x₁ (T) is a norm or average in property x₂ (Set<U>) among x₃ (Set<T>) by standard x₄ (Standard) |
|
cnebo |
x₁ (Entity) is a neck body-part of x₂ (Organism) |
|
cnemu |
x₁: T, T extends Entity, x₂: U, U extends Entity, V extends Entity, W extends Entity. x₁ rewards x₂ for atypical x₃ (Set<V>) with reward x₄ (Set<W>) |
|
cnici |
x₁: T, T extends Entity. x₁ is orderly or neat or ordered in property or quantity x₂ (Set<T>) |
|
cnino |
x₁: T, T extends Entity. x₁ is new or unfamiliar or novel to observer x₂ (Entity) in feature x₃ (Set<T>) by standard x₄ (Standard) |
|
cnisa |
x₁ (Entity) is a quantity of or contains or is made of lead metal x₂ (Entity) |
|
cnita |
x₁ (Location) is directly or vertically beneath or below or under x₂ (Location) in frame of reference x₃ (Entity) |
|
cokcu |
x₁ (Entity) soaks up or absorbs or sucks up x₂ (Entity) from x₃ (Entity) into x₄ (Entity) |
|
condi |
x₁: T, T extends Entity. x₁ is deep in extent in direction or property x₂ (Set<T>) away from reference point x₃ (Entity) by standard x₄ (Standard) |
|
cortu |
x₁ (Entity) feels pain or hurt at locus x₂ (Entity) |
|
cpacu |
x₁ (Entity) gets or procures or acquires or obtains or accepts x₂ (Entity) from source x₃ (Entity) |
|
cpana |
x₁ (Entity) is upon or atop or resting on or lying on upper surface of x₂ (Entity) in frame of reference x₃ (Entity) |
|
cpare |
x₁ (Entity) climbs or clambers or creeps or crawls on surface x₂ (Entity) in direction x₃ (Entity) using limbs or tools x₄ (Entity) |
|
cpedu |
x₁: T, T extends Entity, x₃: U, U extends Entity, V extends Entity, W extends Entity. x₁ requests or asks or petitions or solicits for x₂ (Set<V>) from x₃ in manner or form x₄ (Set<W>) |
|
cpina |
x₁ (Entity) is pungent or piquant or peppery or spicy or irritating to sense x₂ (Entity) |
|
cradi |
x₁: T, T extends Entity. x₁ broadcasts or transmits x₂ (Entity) via station or frequency x₃ (Set<T>) to radio receiver x₄ (Entity) |
|
crane |
x₁ (Entity) is in front of or anterior to x₂ (Entity) which faces orientation x₃ (Entity) |
|
creka |
x₁ (Entity) is a shirt or blouse or top garment x₂ (Entity) material for upper body |
|
crepu |
x₁ (Entity) harvests or reaps or gathers crop or product or objects x₂ (Entity) from source or area x₃ (Entity) |
|
cribe |
x₁: T, T extends Organism. x₁ is a bear of species x₂ (Taxon | Set<T>) |
|
crida |
x₁ (Entity) is a fairy or elf or gnome or pixie or goblin mythical humanoid of mythos or religion x₂ (Entity) |
|
crino |
x₁ (Entity) is green or verdant in color |
|
cripu |
x₁ (Entity) is a bridge or span over or across x₂ (Entity) between x₃ (Entity) and x₄ (Entity) |
|
crisa |
x₁ (TimeInterval) is summer season of year x₂ (TimeInterval) at location x₃ (Location) |
|
critu |
x₁ (TimeInterval) is autumn or fall season of year x₂ (TimeInterval) at location x₃ (Location) |
|
ctaru |
x₁ (Entity) is a tide periodic expansion in x₂ (Entity) caused by x₃ (Entity) |
|
ctebi |
x₁ (Entity) is a lip or rim body-part of orifice x₂ (Entity) of body x₃ (Entity) |
|
@cteki |
x₁ (Entity) is a tax or levy or duty on goods or services or event x₂ (Entity | Event) levied against x₃ (Entity) by authority or collector x₄ (Entity) |
|
ctile |
x₁ (Entity) is a quantity of petroleum or oil from source x₂ (Entity) |
|
ctino |
x₁ (Entity) is a shadow or shade of object x₂ (Entity) made by light or energy source x₃ (Entity) |
|
ctuca |
x₁: T, T extends Entity. x₁ teaches audience x₂ (Group<Entity>) ideas or methods or lore x₃ (Proposition) about subjects x₄ (Set<Entity>) by method x₅ (Set<T>) |
|
cukla |
x₁ (Entity) is round or circular two-dimensional shape |
|
cukta |
x₁: T, T extends Entity. x₁ is a book containing work x₂ (Entity) by author x₃ (Entity) for audience x₄ (Group<Entity>) preserved in medium x₅ (Set<T>) |
|
culno |
x₁ (Entity) is full or completely filled with x₂ (Entity) |
|
cumki |
x₁ (Event) is possible under conditions x₂ (Event) |
|
cumla |
x₁ (Entity) is humble or modest about x₂ (Abstraction) |
|
cunmi |
x₁: T, T extends Entity. x₁ is a quantity of millet grain of species x₂ (Taxon | Set<T>) |
|
cunso |
x₁ (Entity) is random or fortuitous or unpredictable under conditions x₂ (Event) with probability distribution x₃ (Entity) |
|
cuntu |
x₂: G, G extends Group<Entity>, T extends Entity. x₁ (Set<T>) is an affair or organized activity involving person(s) x₂ |
|
cupra |
x₁ (Entity) produces product x₂ (Entity) by process x₃ (Event) |
|
curmi |
x₁ (Entity) lets or permits or allows event x₂ (Event) under conditions x₃ (Event) |
|
curnu |
x₁: T, T extends Organism. x₁ is a worm or invertebrate animal of species x₂ (Taxon | Set<T>) |
|
curve |
x₁: T, T extends Entity. x₁ is pure or unadulterated or simple in property x₂ (Set<T>) |
|
cusku |
x₁: T, T extends Entity. x₁ expresses or says content x₂ (Text | Symbol) for audience x₃ (Group<Entity>) via expressive medium x₄ (Set<T>) |
|
cutci |
x₁: T, T extends Entity. x₁ is a shoe or boot or sandal for covering or protecting feet or hooves x₂ (Entity) made of material x₃ (Set<T>) |
|
cutne |
x₁ (Entity) is a chest or thorax or upper trunk body-part of x₂ (Organism) |
|
cuxna |
T extends Entity. x₁ (Entity) chooses or selects choice x₂ (T) from complete set or sequence of alternatives x₃ (Set<T>) |
|
dacru |
x₁ (Entity) is a drawer or sliding compartment in structure x₂ (Entity) for contents x₃ (Entity) |
|
dacti |
x₁ (Object) is a material object enduring in space-time |
|
dadjo |
x₁: T, T extends Entity. x₁ pertains to Taoist culture or ethos or religion in aspect x₂ (Set<T>) |
|
dakfu |
x₁: T, T extends Entity. x₁ is a knife tool for cutting x₂ (Entity) with blade of material x₃ (Set<T>) |
|
dakli |
x₁: T, T extends Entity. x₁ is a sack or bag with contents x₂ (Entity) made of material x₃ (Set<T>) |
|
damba |
x₁ (Entity) fights or combats or struggles with x₂ (Entity) over issue x₃ (Abstraction) |
|
damri |
x₁ (Entity) is a drum or cymbal or gong percussion instrument with beater or actuator x₂ (Entity) |
|
dandu |
x₁ (Entity) hangs or dangles or is suspended from x₂ (Entity) by joint x₃ (Entity) |
|
danfu |
x₁ (Event) is the answer or response or solution or reply to question or problem x₂ (Event) |
|
danlu |
x₁: T, T extends Organism. x₁ is an animal or creature of species x₂ (Taxon | Set<T>) |
|
danmo |
x₁ (Entity) is a quantity of or contains or is made of smoke or smog or air pollution from source x₂ (Entity) |
|
danre |
x₂: T, T extends Entity. x₁ (Set<T>) puts pressure on or presses or applies force to x₂ |
|
dansu |
x₁ (Entity) dances to accompaniment or music or rhythm x₂ (Sound) |
|
danti |
x₁ (Entity) is a ballistic projectile such as bullet or missile for firing by gun or launcher x₂ (Entity) |
|
daplu |
x₁: T, T extends Location. x₁ is an island or atoll or key of material or properties x₂ (Set<T>) in surroundings or body x₃ (Entity) |
|
dapma |
x₁ (Entity) curses or damns or condemns x₂ (Entity) to fate x₃ (Event) |
|
dargu |
x₁ (Entity) is a road or highway to x₂ (Location) from x₃ (Location) with route x₄ (Entity) |
|
darlu |
x₁ (Entity) argues for stand x₂ (Proposition) against stand x₃ (Proposition) |
|
darno |
x₁ (Entity) is far or distant from x₂ (Entity) in property x₃ (Relation<x₁, x₂>) |
|
darsi |
x₁: T, T extends Entity. x₁ shows audacity or boldness in behavior x₂ (Set<T>) |
|
darxi |
x₁ (Entity) hits or strikes or beats x₂ (Entity) with instrument or body-part x₃ (Entity) at locus x₄ (Entity) |
|
daski |
x₁ (Entity) is a pocket or pouch of or in garment or item x₂ (Entity) |
|
dasni |
x₁: T, T extends Entity. x₁ wears garment x₂ (Entity) as garment of type x₃ (Set<T>) |
|
daspo |
x₁ (Event) destroys or ruins or wrecks or despoils x₂ (Entity) |
|
dasri |
x₁: T, T extends Entity. x₁ is a ribbon or tape or strip or band of material x₂ (Set<T>) |
|
datka |
x₁: T, T extends Organism. x₁ is a duck of species x₂ (Taxon | Set<T>) |
|
datni |
x₁ (Proposition) is data or information or statistics about x₂ (Entity) gathered by method x₃ (Set<Entity>) |
|
decti |
x₁: T & V, T extends Entity, V extends Entity. x₁ is one tenth in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
degji |
x₁ (Entity) is a finger or digit or toe body-part on limb or body site x₂ (Entity) of body x₃ (Entity) |
|
dejni |
x₁: T, T extends Entity, x₃: U, U extends Entity, V extends Entity, W extends Entity. x₁ owes debt x₂ (Set<V>) to creditor x₃ in return for service or loan x₄ (Set<W>) |
|
dekpu |
x₁: Entity, T extends Entity. x₁ is x₂ (Number) local volume units in dimension x₃ (Set<T>) by standard x₄ (Standard) with subunits x₅ (Entity) |
|
dekto |
x₁: T & V, T extends Entity, V extends Entity. x₁ is ten in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
delno |
x₁ (Entity) is x₂ (Number) candela in luminosity by standard x₃ (Standard) |
|
dembi |
x₁ (Entity) is a bean or pea or leguminous seed from plant x₂ (Entity) |
|
denci |
x₁ (Entity) is a tooth body-part of x₂ (Organism) |
|
denmi |
x₁: T, T extends Entity. x₁ is dense or concentrated or packed or intense in property x₂ (Set<T>) at location x₃ (Entity) |
|
denpa |
x₁ (Entity) waits or pauses for x₂ (Event) at state x₃ (Event) before doing or continuing x₄ (Event) |
|
dertu |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of dirt or soil or earth or ground from source x₂ (Entity) of composition x₃ (Set<T>) |
|
derxi |
x₁ (Entity) is a heap or pile or stack or mound or hill of materials x₂ (Entity) at location x₃ (Location) |
|
desku |
x₁: T, T extends Entity. x₁ shakes or quakes or trembles or quivers or shudders or wobbles or vibrates from force x₂ (Set<T>) |
|
detri |
x₁ (Entity) is the date of event or state x₂ (Event) at location x₃ (Location) by calendar x₄ (Entity) |
|
dicra |
x₁: T, T extends Event. x₁ interrupts or stops or halts or disrupts x₂ (Event) due to quality x₃ (Set<T>) |
|
dikca |
x₁ (Entity) is electricity electric charge or current in or on x₂ (Entity) of polarity or quantity x₃ (Number) |
|
diklo |
x₁ (Entity) is local to locus x₂ (Entity) within range x₃ (Entity) |
|
dikni |
x₁: T, T extends Entity. x₁ is regular or cyclical or periodic in property or activity x₂ (Set<T>) with period or interval x₃ (TimeInterval) |
|
dilcu |
x₁ (Number) is the quotient x₂ (Number) divided by x₃ (Number) leaving remainder x₄ (Number) |
|
dilnu |
x₁: T, T extends Entity. x₁ is a cloud or mass of clouds of material x₂ (Set<T>) in air mass x₃ (Entity) at base elevation x₄ (Location) |
|
dimna |
x₁ (Event) is a fate or destiny of x₂ (Entity) |
|
dinju |
x₁ (Location) is a building or edifice for purpose x₂ (Event) |
|
dinko |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a nail or tack fastener of type or size x₂ (Set<T>) made of material x₃ (Set<V>) |
|
dirba |
x₂: T, T extends Entity. x₁ (Set<T>) is dear or precious or darling to x₂ |
|
dirce |
x₁ (Entity) radiates or emits x₂ (Entity) under conditions x₃ (Event) |
|
dirgo |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a drop of material x₂ (Set<T>) in surrounding material x₃ (Set<V>) |
|
dizlo |
x₁ (Entity) is low or downward in frame of reference x₂ (Entity) compared with baseline or standard height x₃ (Entity) |
|
djacu |
x₁ (Entity) is a quantity of or contains or is made of water |
|
djedi |
x₁ (TimeInterval) is x₂ (Number) full days in duration by standard x₃ (Standard) |
|
djica |
x₁ (Entity) desires or wants or wishes x₂ (Event | State) for purpose x₃ (Event) |
|
djine |
x₁: T, T extends Entity. x₁ is a ring or annulus or torus or circle shape of material x₂ (Set<T>) with inside diameter x₃ (Entity) and outside diameter x₄ (Entity) |
|
djuno |
x₁ (Entity) knows fact x₂ (Proposition) about subject x₃ (Entity) by epistemology x₄ (Proposition) |
|
donri |
x₁ (TimeInterval) is the daytime of day x₂ (TimeInterval) at location x₃ (Location) |
|
dotco |
x₁: T, T extends Entity. x₁ reflects German or Germanic culture or nationality or language in aspect x₂ (Set<T>) |
|
draci |
x₁ (Entity) is a drama or play about x₂ (Entity) by dramatist x₃ (Entity) for audience x₄ (Group<Entity>) with actors x₅ (Group<Entity>) |
|
drani |
x₁: T, T extends Entity. x₁ is correct or proper or right or perfect in property or aspect x₂ (Set<T>) in situation x₃ (Event) by standard x₄ (Standard) |
|
drata |
x₁ (Entity) is different from or other than x₂ (Entity) by standard x₃ (Standard) |
|
drudi |
x₁ (Entity) is a roof or top or ceiling or lid of x₂ (Entity) |
|
dugri |
x₁ (Number) is the logarithm of x₂ (Number) to base x₃ (Number) |
|
dukse |
T extends Entity. x₁ (T) is an excess of or too much of x₂ (T) by standard x₃ (Standard) |
|
dukti |
x₁ (Entity) is a polar opposite or contrary to x₂ (Entity) in property or on scale x₃ (Relation<x₁, x₂>) |
|
dunda |
x₃: Entity, T extends Entity. x₁ (Entity) gives or donates gift x₂ (Set<T>) to recipient x₃ without payment or exchange |
|
dunja |
x₁ (Entity) freezes or jells or solidifies at temperature x₂ (Number) and pressure x₃ (Number) |
|
dunku |
x₁ (Entity) is anguished or distressed or emotionally wrought or stressed by x₂ (Event) |
|
dunli |
T extends Entity. x₁ (T) is equal or congruent to or as much as x₂ (T) in property or dimension or quantity x₃ (Relation<x₁, x₂>) |
|
dunra |
x₁ (TimeInterval) is winter season of year x₂ (TimeInterval) at location x₃ (Location) |
|
dzena |
x₁ (Entity) is an elder or ancestor of x₂ (Entity) by bond or degree x₃ (Relation<x₁, x₂>) |
|
dzipo |
x₁: T, T extends Entity. x₁ reflects Antarctican culture or nationality or geography in aspect x₂ (Set<T>) |
|
facki |
x₁ (Entity) discovers or finds out fact x₂ (Proposition) about subject or object x₃ (Entity) |
|
fadni |
U extends Entity, T extends U. x₁ (T) is ordinary or common or typical or usual in property x₂ (Set<U>) among set x₃ (Set<U>) |
|
fagri |
x₁ (Entity) is a fire or flame in fuel x₂ (Entity) burning in or reacting with oxidizer x₃ (Entity) |
|
falnu |
x₁ (Entity) is a sail for gathering propelling material x₂ (Entity) on vehicle or motor x₃ (Entity) |
|
famti |
x₁ (Entity) is an aunt or uncle of x₂ (Entity) by bond x₃ (Relation<x₁, x₂>) |
|
fancu |
T extends Entity, U extends Entity. x₁ (Text) names a function with domain x₂ (set of T) and codomain x₃ (set of U) such that mapping each element of the domain to an element of the codomain is x₄ (Relation<T, U>) |
|
fange |
x₁: T, T extends Entity. x₁ is foreign or alien or exotic or unfamiliar to x₂ (Entity) in property x₃ (Set<T>) |
|
fanmo |
x₁ (State) is an end or finish or termination of thing or process x₂ (Event) |
|
fanri |
x₁ (Entity) is a factory or foundry or industrial plant or mill producing x₂ (Entity) from materials x₃ (Entity) |
|
fanta |
x₁ (Entity) prevents or keeps or stops or restrains event x₂ (Event) from occurring |
|
fanva |
x₁ (Entity) translates text or utterance x₂ (Text | Symbol) to language x₃ (Language) from language x₄ (Language) with translation result x₅ (Text | Symbol) |
|
fanza |
x₁ (Event) annoys or irritates or bothers or distracts x₂ (Entity) |
|
fapro |
x₁ (Entity) opposes or balances or contends against opponent(s) x₂ (Group<Entity>) about x₃ (Abstraction) |
|
farlu |
x₁ (Entity) falls or drops to x₂ (Location) from x₃ (Location) in gravity well or frame x₄ (Entity) |
|
farna |
x₁ (Entity) is the direction of x₂ (Entity | Event) from origin or in frame of reference x₃ (Entity) |
|
farvi |
x₁ (Entity) develops or evolves towards or into x₂ (Entity) from x₃ (Entity) through stages x₄ (Sequence<Entity>) |
|
fasnu |
x₁ (Event) is an event or incident or happening or occurrence |
|
fatci |
x₁ (Proposition) is a fact or reality or truth or actuality |
|
fatne |
x₁ (Sequence<Entity>) is in reverse order from sequence x₂ (Sequence<Entity>) or x₁ (Entity) is inverted from x₂ (Entity) |
|
fatri |
x₁ (Entity) is distributed or allotted or allocated or shared among x₂ (Group<Entity>) with shares or portions x₃ (Group<Entity>) |
|
febvi |
x₁ (Entity) boils or evaporates at temperature x₂ (Number) and pressure x₃ (Number) |
|
femti |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^-15 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
fendi |
x₁: T, T extends Entity. x₁ divides or partitions or separates x₂ (Entity) into parts or individuals x₃ (Group<Entity>) by method or partition x₄ (Set<T>) |
|
fengu |
x₂: T, T extends Entity. x₁ (Entity) is angry or mad at x₂ for x₃ (Set<T>) |
|
fenki |
x₁ (Event) is crazy or insane or frantic by standard x₂ (Standard) |
|
fenra |
x₁ (Entity) is a crack or fissure or pass or cleft or ravine or chasm in x₂ (Entity) |
|
fenso |
x₁ (Entity) sews or stitches or sutures materials x₂ (Set<Entity>) together with tool(s) x₃ (Entity) using filament x₄ (Entity) |
|
fepni |
x₁ (Entity) is x₂ (Number) cents or copecks in value in monetary system x₃ (Entity) |
|
fepri |
x₁ (Entity) is a lung body-part of x₂ (Organism) |
|
ferti |
x₁: T, T extends Entity. x₁ is fertile or conducive for supporting growth or development of x₂ (Set<T>) |
|
festi |
x₁ (Entity) is waste product left by event or activity x₂ (Event) |
|
fetsi |
x₁: T & V, T extends Organism, V extends Entity. x₁ is a female of species x₂ (Taxon | Set<T>) with feminine traits x₃ (Set<V>) |
|
figre |
x₁: T, T extends Entity. x₁ is a fig fruit or tree of species x₂ (Taxon | Set<T>) |
|
filso |
x₁: T, T extends Entity. x₁ reflects Palestinian culture or nationality in aspect x₂ (Set<T>) |
|
finpe |
x₁: T, T extends Organism. x₁ is a fish of species x₂ (Taxon | Set<T>) |
|
finti |
x₁ (Entity) invents or creates or composes or authors x₂ (Entity) for purpose x₃ (Event) from existing elements or ideas x₄ (Set<Proposition>) |
|
flalu |
x₃: G, G extends Group<Entity>, T extends Entity. x₁ (Entity) is a law specifying x₂ (Set<T>) for community x₃ under conditions x₄ (Event) by lawgiver x₅ (Entity) |
|
flani |
x₁ (Entity) is a flute or pipe or fife or recorder musical instrument |
|
flecu |
x₁ (Entity) is a current or flow or river of or in fluid x₂ (Entity) flowing towards x₃ (Location) from source x₄ (Location) |
|
fliba |
x₁: T, T extends Entity. x₁ fails at doing x₂ (Set<T>) |
|
flira |
x₁ (Entity) is a face head body-part of x₂ (Organism) |
|
foldi |
x₁ (Entity) is a field broad uniform expanse of material x₂ (Entity) |
|
fonmo |
x₁ (Entity) is a quantity of foam or froth or suds of material x₂ (Entity) with bubbles of material x₃ (Entity) |
|
uffonmo |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a quantity of foam or froth or suds of material x₂ (Set<T>) with bubbles of material x₃ (Set<V>) |
|
fonxa |
x₁ (Entity) is a telephone transceiver or modem attached to system or network x₂ (Entity) |
|
forca |
x₁ (Entity) is a fork tool or utensil for purpose x₂ (Event) with tines or prongs x₃ (Entity) on base or support x₄ (Entity) |
|
fraso |
x₁: T, T extends Entity. x₁ reflects French or Gallic culture or nationality or language in aspect x₂ (Set<T>) |
|
frati |
x₁: T, T extends Entity. x₁ reacts or responds or answers with action x₂ (Set<T>) to stimulus x₃ (Entity | Event) under conditions x₄ (Event) |
|
fraxu |
x₁ (Entity) forgives x₂ (Entity) for event or state or activity x₃ (Event) |
|
frica |
x₁ (Entity) differs or is distinct from x₂ (Entity) in property or dimension or quantity x₃ (Relation<x₁, x₂>) |
|
friko |
x₁: T, T extends Entity. x₁ reflects African culture or nationality or geography in aspect x₂ (Set<T>) |
|
frili |
x₂: T, T extends Entity. x₁ (Set<T>) is easy or simple or facile for agent x₂ under conditions x₃ (Event) |
|
frinu |
x₁ (Entity) is a fraction with numerator x₂ (Number) and denominator x₃ (Number) |
|
friti |
x₃: Entity, T extends Entity. x₁ (Entity) offers or proffers x₂ (Set<T>) to x₃ with conditions x₄ (Event) |
|
frumu |
x₁ (Entity) frowns or grimaces |
|
fukpi |
x₁: T, T extends Entity. x₁ is a copy or replica or duplicate or clone of x₂ (Entity) in form or medium x₃ (ka, Set<T>) made by method x₄ (Relation<x₁, x₂>) |
|
fulta |
x₁ (Entity) floats on or in fluid x₂ (Entity) |
|
funca |
x₂: T, T extends Entity. x₁ (Set<T>) is determined by the luck or fortune of x₂ |
|
fusra |
x₁ (Entity) rots or decays or ferments with decay or fermentation agent x₂ (Entity) |
|
fuzme |
x₁ (Entity) is responsible or accountable for x₂ (Event | State) to judge or authority x₃ (Entity) |
|
gacri |
x₁ (Entity) is a cover or lid or top for covering or concealing or sheltering x₂ (Entity) |
|
gadri |
x₁ (Text) is an article or descriptor labelling description x₂ (GrammarStructure | Text | Symbol) in language x₃ (Entity) with semantics x₄ (Entity) |
|
galfi |
x₁ (Event) modifies or alters or changes or transforms or converts x₂ (Entity) into x₃ (Entity) |
|
galtu |
x₁ (Entity) is high or upward in frame of reference x₂ (Entity) compared with baseline or standard height x₃ (Entity) |
|
galxe |
x₁ (Entity) is a throat or gullet body-part of x₂ (Organism) |
|
ganlo |
x₁ (Entity) is a portal or passage or entrance-way that is closed or shut preventing passage or access to x₂ (Entity) by x₃ (Entity) |
|
ganra |
x₁: T, T extends Entity. x₁ is broad or wide in dimension x₂ (Set<T>) by standard x₃ (Standard) |
|
ganse |
x₁: T, T extends Entity. x₁ senses or detects or notices stimulus x₂ (Event) by means x₃ (Set<T>) under conditions x₄ (Event) |
|
ganti |
x₁ (Entity) is a gonad or testes or ovary body-part of x₂ (Organism) of sex x₃ (Entity) |
|
ganxo |
x₁ (Entity) is an anus or anal orifice body-part of x₂ (Organism) |
|
ganzu |
x₁ (Entity) organizes x₂ (Group<Entity>) into ordered result x₃ (Group<Entity>) by system or principle(s) x₄ (Relation, <x1, x2>) |
|
gapci |
x₁ (Entity) is gaseous or a gas or vapor of material including x₂ (Entity) under conditions x₃ (Event) |
|
gapru |
x₁ (Entity) is directly or vertically above x₂ (Entity) in gravity or frame x₃ (Entity) |
|
garna |
x₁: T, T extends Entity. x₁ is a rail or railing or bar supporting or restraining x₂ (Entity) made of material x₃ (Set<T>) |
|
gasnu |
x₁ (Entity) as agent brings about event x₂ (Event) |
|
gasta |
x₁: T, T extends Entity. x₁ is a quantity of or is made of or contains steel of composition including x₂ (Set<T>) |
|
genja |
x₁: T, T extends Entity. x₁ is a root body-part of plant or species x₂ (Taxon | Set<T>) |
|
gento |
x₁: T, T extends Entity. x₁ reflects Argentinian culture or nationality in aspect x₂ (Set<T>) |
|
genxu |
x₁: T, T extends Entity. x₁ is a hook or crook shape of material x₂ (Set<T>) |
|
gerku |
x₁: T, T extends Organism. x₁ is a dog or canine of species x₂ (Taxon | Set<T>) |
|
gerna |
x₁ (Entity) is the grammar or rules or defining form of language x₂ (Entity) for structure or text x₃ (Text | GrammarStructure) |
|
gidva |
x₂: T, T extends Entity. x₁ (Event) guides or conducts or pilots or leads x₂ in or at event x₃ (Set<T>) |
|
gigdo |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^9 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
ginka |
x₁ (Location) is a camp or encampment or temporary residence of x₂ (Entity) at location x₃ (Location) |
|
girzu |
U extends Entity, T extends U. x₁ (Group<T>) is a group or cluster or team showing common property x₂ (Set<U>) with members x₃ (Set<U>) linked by relation x₄ (Relation<T[]>) |
|
gismu |
T extends Entity. x₁ (Text) is a Lojban root word expressing relation x₂ (Relation<T[]>) among argument roles x₃ (Sequence<T> | Set<T>) with affixes x₄ (Set<Text>) |
|
glare |
x₁ (Entity) is hot or warm by standard x₂ (Standard) |
|
gleki |
x₁ (Entity) is happy or merry or glad or gleeful about x₂ (Event | State) |
|
gletu |
x₁ (Entity) copulates or mates or has sexual intercourse with x₂ (Entity) |
|
glico |
x₁: T, T extends Entity. x₁ is English or pertains to English-speaking culture in aspect x₂ (Set<T>) |
|
gluta |
x₁: T, T extends Entity. x₁ is a mitten or glove garment of material x₂ (Set<T>) |
|
gocti |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^-24 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
gotro |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^24 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
gradu |
x₁: T, T extends Entity. x₁ is a unit or degree on scale x₂ (v) measuring property x₃ (Set<T>) |
|
grake |
x₁ (Entity) is x₂ (Number) grams in mass by standard x₃ (Standard) |
|
grana |
x₁: T, T extends Entity. x₁ is a rod or pole or staff or stick or cane shape of material x₂ (Set<T>) |
|
grasu |
x₁ (Entity) is a quantity of or is made of or contains grease or fat or oil from source x₂ (Entity) |
|
greku |
x₁ (Entity) is a frame or structure or skeleton supporting or determining the form of x₂ (Entity) |
|
grusi |
x₁ (Entity) is gray in color |
|
grute |
x₁: T, T extends Entity. x₁ is a fruit of species x₂ (Taxon | Set<T>) |
|
gubni |
x₁ (Entity) is public or jointly available to community x₂ (Group<Entity>) |
|
gugde |
x₁ (Entity) is a country of peoples x₂ (Group<Entity>) with territory x₃ (Location) |
|
gundi |
x₁: T, T extends Entity. x₁ is industry or industrial manufacturing activity producing x₂ (Entity) by process or means x₃ (Set<T>) |
|
gunka |
x₁: T, T extends Entity. x₁ works or labors on activity x₂ (Set<T>) with goal x₃ (Event) |
|
gunma |
x₁ (Group<Entity>) is a mass or team or aggregate together composed of components x₂ (Group<Entity>) |
|
gunro |
x₁ (Entity) rolls on or against surface x₂ (Entity) rotating on axis or axle x₃ (Entity) |
|
gunse |
x₁: T, T extends Organism. x₁ is a goose of species x₂ (Taxon | Set<T>) |
|
gunta |
x₁: T, T extends Entity. x₁ attacks or invades or commits aggression upon victim x₂ (Entity) with goal x₃ (Set<T>) |
|
gurni |
x₁: T, T extends Entity. x₁ is grain or cereal from plant or species x₂ (Taxon | Set<T>) |
|
guska |
x₁ (Entity) scrapes or erodes or abrades x₂ (Entity) from x₃ (Entity) |
|
gusni |
x₁ (Entity) is light or illumination illuminating x₂ (Entity) from light source x₃ (Entity) |
|
gusta |
x₁ (Location) is a restaurant or cafe or diner serving type-of-food x₂ (Entity) to audience x₃ (Group<Entity>) |
|
gutci |
x₁: T, T extends Entity. x₁ is x₂ (Number) short local distance units in dimension x₃ (Set<T>) by standard x₄ (Standard) with subunits x₅ (Entity) |
|
gutra |
x₁ (Entity) is a womb or uterus body-part of x₂ (Organism) |
|
guzme |
x₁: T, T extends Entity. x₁ is a melon or squash fruit or plant of species x₂ (Taxon | Set<T>) |
|
jabre |
x₁ (Entity) brakes or causes to slow motion or activity x₂ (Event) with mechanism or principle x₃ (Relation<x_1, x_2>) |
|
jadni |
x₁ (Entity) adorns or decorates x₂ (Entity) |
|
jakne |
x₁ (Entity) is a rocket vehicle propelled by jet expelling x₂ (Entity) carrying payload x₃ (Entity) |
|
jalge |
x₁ (Event | State) is a result or outcome or conclusion of antecedent x₂ (Event | Process) |
|
jalna |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of starch from source x₂ (Entity) of composition including x₃ (Set<T>) |
|
jalra |
x₁: T, T extends Organism. x₁ is a cockroach or termite or orthopteran of order or species x₂ (Taxon | Set<T>) |
|
jamfu |
x₁ (Entity) is a foot body-part of x₂ (Organism) |
|
jamna |
x₁ (Entity) wars against x₂ (Entity) over territory or matter x₃ (Set<Entity>) |
|
janbe |
x₁ (Entity) is a bell or chime or tuning fork producing sound x₂ (Sound) |
|
janco |
x₁ (Entity) is a shoulder or hip joint body-part attaching limb x₂ (Entity) to body x₃ (Entity) |
|
janli |
x₁ (Entity) collides with or crashes or bumps or runs into x₂ (Entity) |
|
jansu |
x₁: T, T extends Entity. x₁ is a diplomat or consul representing polity x₂ (Entity) in negotiation x₃ (Event) for function or purpose x₄ (Set<T>) |
|
janta |
x₃: Entity, T extends Entity. x₁ (Entity) is an account or bill or invoice for goods or services x₂ (Set<T>) billed to x₃ by x₄ (Entity) |
|
jarbu |
x₁ (Location) is a suburban area of city or metropolis x₂ (Location) |
|
jarco |
x₁: T, T extends Entity. x₁ shows or exhibits or displays or reveals or demonstrates property x₂ (Set<T>) to audience x₃ (Group<Entity>) |
|
jarki |
x₁: T, T extends Entity. x₁ is narrow in dimension x₂ (Set<T>) by standard x₃ (Standard) |
|
jaspu |
x₁: T, T extends Entity. x₁ is a passport issued to person x₂ (Entity) by authority x₃ (Entity) allowing activity x₄ (Set<T>) |
|
jatna |
x₁ (Entity) is a captain or commander or leader of vehicle or domain x₂ (Entity) |
|
javni |
x₁ (Entity) is a rule prescribing or mandating or requiring event or state x₂ (Event) within system or community x₃ (Group<Entity>) |
|
jbama |
x₁ (Entity) is a bomb or explosive device with explosive material or principle x₂ (Entity) |
|
jbari |
x₁: T, T extends Entity. x₁ is a berry fruit or plant of species x₂ (Taxon | Set<T>) |
|
jbena |
x₁ (Entity) is born to parent x₂ (Entity) at time x₃ (TimeInterval) and place x₄ (Location) |
|
jbera |
x₁ (Entity) borrows or temporarily takes object x₂ (Entity) from source x₃ (Entity) for interval x₄ (TimeInterval) |
|
jbini |
x₁: T, T extends Entity. x₁ is between or among set or bounds x₂ (Set<Entity>) in property x₃ (Set<T>) |
|
jdari |
x₁: T, T extends Entity. x₁ is firm or hard or resistant or unyielding to force x₂ (Set<T>) under conditions x₃ (Event) |
|
jdice |
x₁ (Entity) decides decision x₂ (Proposition) about matter x₃ (Event | State) |
|
jdika |
x₁: T, T extends Entity. x₁ decreases or contracts or is reduced in property or quantity x₂ (Set<T>) by amount x₃ (Entity | Number) |
|
jdima |
x₂: Entity, x₃: Entity, x₄: Entity, T extends Entity, V extends Entity. x₁ (Set<T>) is the price of x₂ (Set<V>) to purchaser x₃ set by vendor x₄ |
|
jdini |
x₁ (Entity) is money or currency issued by x₂ (Entity) |
|
jduli |
x₁ (Entity) is a quantity of jelly or semisolid of material including x₂ (Entity) |
|
jecta |
x₁ (Entity) is a polity or state governing territory or domain x₂ (Entity | Location) |
|
jeftu |
x₁ (TimeInterval) is x₂ (Number) weeks in duration by standard x₃ (Standard) |
|
jegvo |
x₁: T, T extends Entity. x₁ pertains to Abrahamic common culture or religion or nationality in aspect x₂ (Set<T>) |
|
jelca |
x₁ (Entity) burns or ignites or is flammable at temperature x₂ (Number) in atmosphere x₃ (Entity) |
|
jemna |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a gem or polished stone or pearl of type x₂ (ka, Set<T>) from material or source x₃ (Set<V>) |
|
jenca |
x₁ (Event) shocks or stuns x₂ (Entity) |
|
jendu |
x₁: T, T extends Entity. x₁ is an axle or spindle tool on which x₂ (Entity) rotates made of material x₃ (Set<T>) |
|
jenmi |
x₁: S, S extends Group<Entity>, T extends Entity. x₁ is an army serving group or community x₂ (Group<Entity>) in function x₃ (Set<T>) |
|
jerna |
x₁: T & V, T extends Entity, V extends Entity. x₁ earns or deserves or merits wages or salary or pay x₂ (Set<T>) for work or service x₃ (Set<V>) |
|
jersi |
x₁ (Entity) chases or pursues or physically follows after x₂ (Entity) |
|
jerxo |
x₁: T, T extends Entity. x₁ reflects Algerian culture or nationality in aspect x₂ (Set<T>) |
|
jesni |
x₁: T, T extends Entity. x₁ is a needle pointed shape of material x₂ (Set<T>) |
|
jetce |
x₁: T, T extends Entity. x₁ is a jet expelled stream of material x₂ (Set<T>) expelled from x₃ (Entity) |
|
jetnu |
x₁ (Proposition) is true by standard or epistemology or metaphysics x₂ (Proposition) |
|
jgalu |
x₁ (Entity) is a claw or nail or talon body-part of x₂ (Organism) |
|
jganu |
x₁ (Entity) is an angle shape from vertex x₂ (Entity) subtended by lateral segment x₃ (Entity) |
|
jgari |
x₁ (Entity) grasps or holds or clutches or seizes or grips x₂ (Entity) with body-part x₃ (Entity) at locus x₄ (Entity) |
|
jgena |
x₁ (Entity) is a knot or tangle in or between x₂ (Group<Entity>) |
|
jgina |
x₂: T, T extends Organism. x₁ (Entity) is a gene of creature x₂ determining trait or process x₃ (Set<T>) |
|
jgira |
x₁ (Entity) feels pride in or about x₂ (Abstraction) |
|
jgita |
x₁ (Entity) is a guitar or violin or stringed musical instrument with plectrum or bow x₂ (Entity) |
|
jibni |
x₁ (Entity) is near or close to x₂ (Entity) in property or quantity x₃ (Relation<x₁, x₂>) |
|
jibri |
x₂: T, T extends Entity. x₁ (Set<T>) is a job or occupation or employment of person x₂ |
|
jicla |
x₂: T, T extends Entity. x₁ (Set<T>) stirs or mixes or agitates fluid x₂ |
|
jicmu |
x₂: U, U extends Entity | Event, T extends Entity. x₁ (Set<T>) is a basis or foundation or fundamental principle of x₂ |
|
jijnu |
x₁ (Entity) intuits fact x₂ (Proposition) about subject x₃ (Entity) |
|
jikca |
x₁ (Entity) interacts or behaves socially with x₂ (Entity) |
|
jikru |
x₁ (Entity) is a quantity of or is made of or contains liquor distilled from x₂ (Entity) |
|
jilka |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of alkali or base of composition including x₂ (Set<T>) |
|
jilra |
x₂: T, T extends Entity. x₁ (Entity) is jealous of or envies x₂ about property x₃ (Set<T>) |
|
jimca |
x₁ (Entity) is a branch or bough or limb of x₂ (Entity) |
|
jimpe |
x₁ (Entity) understands fact x₂ (Proposition) about subject x₃ (Entity) |
|
jimte |
x₁ (Entity) is a limit or extreme or bound or border of x₂ (Entity) in property or domain x₃ (Relation<x₁, x₂>) |
|
jinci |
x₁ (Entity) is a pair of shears or scissors for cutting x₂ (Entity) |
|
jinga |
x₁: T, T extends Entity. x₁ wins or gains prize x₂ (Set<T>) from competitors x₃ (Group<Entity>) in competition x₄ (Event) |
|
jinku |
x₂: T, T extends Entity. x₁ (Entity) is a vaccine or immune-system stimulant protecting x₂ against disease x₃ (Set<T>) introduced by method x₄ (Relation<x₁, x₂>) |
|
jinme |
x₁: T, T extends Entity. x₁ is a quantity of or is made of or contains metal of composition including x₂ (Set<T>) |
|
jinru |
x₁ (Entity) is immersed or submerged or bathes in liquid x₂ (Entity) |
|
jinsa |
x₁ (Entity) is clean or pure of material or contaminant x₂ (Entity) by standard x₃ (Standard) |
|
jinto |
x₁ (Location) is a well or spring of fluid x₂ (Entity) at location x₃ (Location) |
|
jinvi |
x₁ (Entity) opines that x₂ (Proposition) is true about subject x₃ (Entity) on grounds x₄ (Proposition) |
|
jinzi |
x₂: T, T extends Entity. x₁ (Set<T>) is an innate or inherent or intrinsic or natural property of x₂ |
|
jipci |
x₁: T, T extends Organism. x₁ is a chicken or small fowl of species x₂ (Taxon | Set<T>) |
|
jipno |
x₁ (Entity) is a tip or point or vertex or extremity or end on object x₂ (Entity) at locus x₃ (Entity) |
|
jirna |
x₁ (Entity) is a horn body-part of x₂ (Organism) |
|
jisra |
x₁ (Entity) is a quantity of or is made of or contains juice or nectar from source x₂ (Entity) |
|
jitfa |
x₁ (Proposition) is false or an untruth by standard or epistemology or metaphysics x₂ (Proposition) |
|
jitro |
x₁: T, T extends Entity. x₁ has control over or manages or directs or conducts x₂ (Entity) in activity or event x₃ (Set<T>) |
|
jivbu |
x₁ (Entity) weaves x₂ (Entity) from material or yarn x₃ (Entity) |
|
jivna |
x₁: T, T extends Entity. x₁ competes or vies with opponent x₂ (Entity) in contest x₃ (Event) for gain x₄ (Set<T>) |
|
jmaji |
x₁ (Group<Entity>) gathers or collects at location x₂ (Location) from locations x₃ (Group<Entity>) |
|
jmifa |
x₁: T, T extends Location. x₁ is a shoal or reef of material x₂ (Set<T>) in body of water x₃ (Entity) |
|
jmina |
x₁ (Entity) adds or combines x₂ (Entity) to x₃ (Entity) with result x₄ (Entity) |
|
jmive |
x₁ (Organism) lives or is alive by standard x₂ (Standard) |
|
jordo |
x₁: T, T extends Entity. x₁ reflects Jordanian culture or nationality in aspect x₂ (Set<T>) |
|
jorne |
x₁ (Entity) is joined to or connects to or is united with x₂ (Entity) at common locus x₃ (Entity) |
|
jubme |
x₁: T, T extends Entity. x₁ is a table with flat upper surface of material x₂ (Set<T>) supported by legs or base or pedestal x₃ (Entity) |
|
judri |
x₁ (Entity) is an address or coordinates of x₂ (Entity) in system x₃ (Entity) |
|
jufra |
x₁ (Text) is a sentence or statement about topic x₂ (Entity) in language x₃ (Entity) |
|
jukni |
x₁: T, T extends Organism. x₁ is a spider or arachnid or crustacean or crab or non-insect arthropod of species x₂ (Taxon | Set<T>) |
|
jukpa |
x₁ (Entity) cooks or prepares food x₂ (Entity) by recipe or method x₃ (Event) |
|
julne |
x₁: T, T extends Entity. x₁ is a net or filter allowing passage of x₂ (Entity) and prohibiting passage of x₃ (Entity) with netting properties x₄ (Set<T>) |
|
jundi |
x₁ (Entity) is attentive towards or attends or pays attention to object or affair x₂ (Entity | Event) |
|
jungo |
x₁: T, T extends Entity. x₁ reflects Chinese culture or nationality or language in aspect x₂ (Set<T>) |
|
junla |
x₁ (Entity) is a clock or watch or timer measuring time units x₂ (Entity) to precision x₃ (Entity) with mechanism x₄ (Entity) |
|
junri |
x₁ (Entity) is serious or earnest about x₂ (Event | State) |
|
junta |
x₁ (Entity) is the weight of object x₂ (Entity) in field x₃ (Entity) |
|
jurme |
x₁: T, T extends Organism. x₁ is a bacterium or germ or microbe of species or defining property x₂ (Taxon | Set<T>) |
|
jursa |
x₁ (Event | State) is severe or harsh to x₂ (Entity) |
|
jutsi |
x₁ (Entity) is a species or taxon of super-taxon x₂ (Entity) and higher taxon x₃ (Entity) |
|
juxre |
x₁ (Event) is clumsy or awkward by standard x₂ (Standard) |
|
jvinu |
x₁ (Entity) is a view or scene or panorama or sight of x₂ (Entity | Location) from viewpoint x₃ (Entity | Location) |
|
kabri |
x₁: T, T extends Entity. x₁ is a cup or glass or tumbler or mug or vessel containing contents x₂ (Entity) and made of material x₃ (Set<T>) |
|
kacma |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a camera recording images of illumination type x₂ (ka, Set<T>) to medium x₃ (ka, Set<V>) |
|
kadno |
x₁: T, T extends Entity. x₁ reflects Canadian culture or nationality in aspect x₂ (Set<T>) |
|
kafke |
x₁ (Entity) coughs or farts or burps up gas x₂ (Entity) from orifice x₃ (Entity) |
|
kagni |
x₁ (Entity) is a company or corporation or firm or partnership chartered by authority x₂ (Entity) for purpose x₃ (Event) |
|
kajde |
x₂: U, U extends Entity, T extends Entity, V extends Entity. x₁ (Set<T>) warns or cautions person x₂ of danger x₃ (Set<V>) |
|
kajna |
x₁ (Entity) is a shelf or counter or bar attached to supporting object x₂ (Entity) for purpose x₃ (Event) |
|
kakne |
x₁ (Entity) is able or capable of doing or being x₂ (Event | State) under conditions x₃ (Event | State) |
|
kakpa |
x₁ (Entity) digs material x₂ (Entity) out of source or hole x₃ (Entity) with limbs or tools x₄ (Entity) |
|
kalci |
x₁ (Entity) is feces or excrement or dung of organism x₂ (Organism) |
|
kalri |
x₁ (Entity) is an open portal or passage permitting access to x₂ (Entity) by x₃ (Entity) |
|
kalsa |
x₁: T, T extends Entity. x₁ is chaotic or disordered in property x₂ (Set<T>) |
|
kalte |
x₁ (Entity) hunts or stalks prey x₂ (Entity) for purpose x₃ (Event) |
|
kamju |
x₁: T, T extends Entity. x₁ is a column or pillar of material x₂ (Set<T>) |
|
kamni |
x₁ (Entity) is a committee with task or purpose x₂ (Event) of body x₃ (Group<Entity>) |
|
kampu |
T extends Entity, U extends Entity. x₁ (Set<U>) is common or general or universal among set x₂ (Set<T>) |
|
kanba |
x₁: T, T extends Organism. x₁ is a goat of species x₂ (Taxon | Set<T>) |
|
kancu |
x₁ (Entity) counts the number in set x₂ (Set<Entity>) to be x₃ (Number) by units x₄ (Entity) |
|
kandi |
x₁: T, T extends Entity. x₁ is dim or dull or pale or non-intense in property x₂ (Set<T>) as received by observer x₃ (Entity) |
|
kanji |
x₁: T, T extends Entity. x₁ calculates or reckons or computes value x₂ (Amount of nonce place) from data x₃ (Entity) by process x₄ (Set<T>) |
|
kanla |
x₁ (Entity) is an eye body-part of x₂ (Organism) |
|
kanro |
x₁ (Entity) is healthy or fit or well by standard x₂ (Standard) |
|
kansa |
x₂: T, T extends Entity. x₁ (Entity) is with or accompanies or is a companion of x₂ in state x₃ (Set<T>) |
|
kantu |
x₁: T, T extends Entity. x₁ is a quantum or ray or elementary particle of property or activity x₂ (Set<T>) |
|
kanxe |
x₁ (Entity) is a conjunction stating that x₂ (Proposition) and x₃ (Proposition) are both true |
|
karbi |
x₁ (Entity) compares x₂ (Entity) with x₃ (Entity) in property x₄ (Relation<x₂, x₃>) determining comparison state x₅ (Event | State) |
|
karce |
x₁: T, T extends Entity. x₁ is a car or automobile or truck or van for carrying x₂ (Entity) propelled by x₃ (Set<T>) |
|
karda |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a card nearly two-dimensional shape of material x₂ (Set<T>) with shape x₃ (ka, Set<V>) |
|
kargu |
x₂: T, T extends Entity. x₁ (Set<T>) is costly or expensive or dear to x₂ by standard x₃ (Standard) |
|
karli |
x₁: T, T extends Entity. x₁ is a collar or ring or belt or band around x₂ (Entity) made of material x₃ (Set<T>) |
|
karni |
x₁ (Entity) is a journal or periodical or magazine or newspaper with content x₂ (Entity) published by x₃ (Entity) for audience x₄ (Group<Entity>) |
|
katna |
x₂: T, T extends Entity. x₁ (Set<T>) cuts or splits or divides object x₂ into pieces x₃ (Group<Entity>) |
|
kavbu |
x₁ (Entity) captures or catches or apprehends or seizes x₂ (Entity) with trap or restraint x₃ (Entity) |
|
kecti |
x₁ (Entity) pities or feels sorry for x₂ (Entity) about x₃ (Abstraction) |
|
kelci |
x₁ (Entity) plays with toy x₂ (Entity) |
|
kelvo |
x₁ (Entity) is x₂ (Number) kelvin in temperature by standard x₃ (Standard) |
|
kenra |
x₁ (Entity) is a cancer disease in x₂ (Entity) |
|
kensa |
x₁ (Location) is outer space near or associated with celestial body or region x₂ (Entity) |
|
kerfa |
x₁ (Entity) is hair or fur body-part of x₂ (Organism) at location x₃ (Entity) |
|
kerlo |
x₁ (Entity) is an ear body-part of x₂ (Organism) |
|
ketco |
x₁: T, T extends Entity. x₁ reflects South American culture or nationality or geography in aspect x₂ (Set<T>) |
|
kevna |
x₁ (Entity) is a cavity or hole or hollow or cavern in x₂ (Entity) |
|
kicne |
x₁ (Entity) cushions x₂ (Entity) with material x₃ (Entity) |
|
kijno |
x₁ (Entity) is a quantity of or contains or is made of oxygen x₂ (Entity) |
|
kilto |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^3 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
kinli |
x₁ (Entity) is sharp or keen at locus x₂ (Entity) |
|
kisto |
x₁: T, T extends Entity. x₁ reflects Pakistani or Pashto culture or nationality or language in aspect x₂ (Set<T>) |
|
klaji |
x₁ (Location) is a street or avenue or lane or alley at x₂ (Location) allowing access to x₃ (Entity | Location) |
|
klaku |
x₁ (Entity) weeps or cries tears x₂ (Entity) about reason x₃ (Event | State) |
|
klama |
x₁: T, T extends Entity. x₁ goes or comes to destination x₂ (Entity | Location) from origin x₃ (Entity | Location) via route x₄ (Sequence<Location> | Set<Location>) using means or vehicle x₅ (Set<T>) |
|
klani |
x₁: T, T extends Entity. x₁ is measured by number x₂ (Number) on scale x₃ (Scale<Set<T>>) |
|
klesi |
T extends Entity, U extends Entity. x₁ (Set<T>) is a class or category or subgroup or subset within x₂ (Set<T>) with defining property x₃ (Set<U>) |
|
klina |
x₁ (Entity) is clear or transparent to transmission x₂ (Entity | Event) |
|
kliru |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of halogen of type x₂ (ka, Set<T>) |
|
kliti |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of clay of composition including x₂ (Set<T>) |
|
klupe |
x₁ (Entity) is a screw fastener for purpose x₂ (Event) with threads x₃ (Entity) and frame x₄ (Entity) |
|
kluza |
x₁ (Entity) is loose or bloused or not tight on x₂ (Entity) at locus x₃ (Entity) |
|
kobli |
x₁: T, T extends Entity. x₁ is a quantity of cabbage or lettuce or leafy vegetable of species x₂ (Taxon | Set<T>) |
|
kojna |
x₁: T, T extends Entity. x₁ is a corner or solid angle in or on x₂ (Entity) of material x₃ (Set<T>) |
|
kolme |
x₁ (Entity) is a quantity of or contains or is made of coal or peat or anthracite or bitumen from source x₂ (Entity) |
|
komcu |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a comb shape of material x₂ (Set<T>) with tines or needles x₃ (ka, Set<V>) |
|
konju |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a cone shape of material x₂ (Set<T>) with vertex x₃ (ka, Set<V>) |
|
korbi |
x₁ (Entity) is an edge or margin or border or curb or boundary of x₂ (Entity) next to x₃ (Entity) |
|
korcu |
x₁ (Entity) is bent or crooked or not straight or twisted or folded |
|
korka |
x₁ (Entity) is a quantity of or contains or is made of cork or bark from tree x₂ (Entity) |
|
kosta |
x₁: T, T extends Entity. x₁ is a coat or jacket or sweater garment of material x₂ (Set<T>) |
|
kramu |
x₁ (Entity) is x₂ (Number) local area units in standard x₃ (Standard) with subunits x₄ (Entity) |
|
krasi |
x₁ (Location | Event) is a source or start or beginning or origin of x₂ (Entity | Event | Process) |
|
krati |
x₁ (Entity) represents or is a proxy or stands in for x₂ (Entity) in matter or function x₃ (Relation<x₁, x₂>) |
|
krefu |
x₁ (Event) is the x₃-th recurrence of x₂ (Abstraction) |
|
krici |
x₁ (Entity) believes creed x₂ (Proposition) is true about subject x₃ (Entity) |
|
krili |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a quantity of or contains or is made of crystal of composition x₂ (Set<T>) in form or arrangement x₃ (Set<V>) |
|
krinu |
x₁ (Event | State) is a reason or justification or explanation for x₂ (Event | State) |
|
krixa |
x₁ (Entity) cries out or yells or howls sound x₂ (Sound) |
|
kruca |
x₁ (Entity) intersects or crosses or traverses x₂ (Entity) at locus x₃ (Entity) |
|
kruji |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of cream or emulsion or puree of composition x₂ (Set<T>) |
|
kruvi |
x₁ (Entity) is a curve or turn or bend in x₂ (Entity) at locus x₃ (Entity) defined by set of points or properties x₄ (Set<Entity>) |
|
kubli |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a cube or regular polyhedron of dimensions x₂ (Set<T>) with surfaces or sides x₃ (Set<V>) |
|
@kucli |
x₁ (Entity) is curious about or wonders about or is inquisitive about x₂ (Entity | Abstraction) |
|
kufra |
x₁: T, T extends Entity. x₁ feels comfort or is comfortable with conditions or environmental properties x₂ (Set<T>) |
|
kukte |
x₁ (Entity) is delicious or tasty or delightful to observer or sense x₂ (Entity) |
|
kulnu |
x₁ (Entity) is a culture of nation or ethos x₂ (Group<Entity>) |
|
kumfa |
x₁ (Location) is a room of or in structure x₂ (Entity) surrounded by partitions or walls or ceiling or floor x₃ (Group<Entity>) |
|
kumte |
x₁: T, T extends Organism. x₁ is a camel or llama or alpaca or vicuna of species x₂ (Taxon | Set<T>) |
|
kunra |
x₁: T, T extends Entity. x₁ is or contains or is made from a mineral or ore of metal type x₂ (ka, Set<T>) mined from location x₃ (Location) |
|
kunti |
x₁ (Entity) is empty or vacant of material x₂ (Entity) |
|
kurfa |
x₁ (Entity) is a right-angled shape defined by vertices x₂ (Set<Entity>) with dimensions x₃ (Number) |
|
kurji |
x₁ (Entity) takes care of or looks after or attends to or provides for x₂ (Entity | Event) |
|
kurki |
x₁ (Entity) is bitter or acrid to observer or sense x₂ (Entity) |
|
kuspe |
x₁ (Entity) ranges or extends or spans or persists or reaches across range x₂ (Entity) |
|
kusru |
x₁ (Entity) is cruel or mean or unkind to victim x₂ (Entity) |
|
labno |
x₁: T, T extends Organism. x₁ is a wolf of species x₂ (Taxon | Set<T>) |
|
lacpu |
x₁ (Entity) pulls or tugs or draws or drags x₂ (Entity) by handle or at locus x₃ (Entity) |
|
lacri |
x₁ (Entity) relies or depends or counts on or trusts x₂ (Entity) to bring about or ensure or maintain x₃ (Event | State) |
|
ladru |
x₁ (Entity) is a quantity of or contains or is made of milk from source x₂ (Entity) |
|
lafti |
x₂: T, T extends Entity. x₁ (Set<T>) lifts or applies raising force to x₂ at locus x₃ (Entity) in gravity well x₄ (Entity) |
|
lakne |
x₁ (Event) is probable or likely under conditions x₂ (Event) |
|
lakse |
x₁ (Entity) is a quantity of or contains or is made of wax from source x₂ (Entity) |
|
lalxu |
x₁ (Location) is a lake or lagoon or pool at site or within land mass x₂ (Location) |
|
lamji |
x₁ (Entity) is adjacent or beside or next to or in contact with x₂ (Entity) in property or sequence x₃ (Entity) in direction x₄ (Entity) |
|
lanbi |
x₁: T, T extends Entity. x₁ is a quantity of protein or albumin of type x₂ (ka, Set<T>) composed of amino acids x₃ (Sequence<Entity>) |
|
lanci |
x₁: T & W, T extends Entity, W extends Entity. x₁ is a flag or banner or standard of or symbolizing x₂ (Entity) with pattern x₃ (ka, Set<T>) on material x₄ (ka, Set<W>) |
|
lanka |
x₁: T, T extends Entity. x₁ is a basket containing x₂ (Entity) woven from material x₃ (Set<T>) |
|
lanli |
x₁: T, T extends Entity. x₁ analyzes or examines in detail x₂ (Entity) by method or technique x₃ (Set<T>) |
|
lanme |
x₁: T, T extends Organism. x₁ is a sheep of species x₂ (Taxon | Set<T>) of flock x₃ (Group<Organism>) |
|
lante |
x₁: T, T extends Entity. x₁ is a can/sealed container for perishable contents x₂ (Entity) made of material x₃ (Set<T>) |
|
lanxe |
T extends Entity. x₁ (Group<T>) is in balance or equilibrium under forces x₂ (Group<Set<Group<T>>>) |
|
lanzu |
x₁ (Group<Entity>) is a family with members including x₂ (Entity) bonded by standard x₃ (Standard) |
|
larcu |
x₁ (Process) is an art creative application of craft or skill x₂ (Event | Idea) |
|
lasna |
x₁ (Entity) fastens or connects or attaches or binds or lashes x₂ (Entity) to x₃ (Entity) with fastener x₄ (Entity) |
|
lastu |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of brass of composition including x₂ (Set<T>) |
|
latmo |
x₁: T, T extends Entity. x₁ reflects Latin or Roman or Romance culture or language in aspect x₂ (Set<T>) |
|
latna |
x₁: T, T extends Entity. x₁ is a lotus plant or flower of species x₂ (Taxon | Set<T>) symbolizing x₃ (Entity) to culture or religion x₄ (Entity) |
|
lazni |
x₁: T, T extends Entity. x₁ is lazy or avoids work concerning action x₂ (Set<T>) |
|
lebna |
x₁: T, T extends Entity. x₁ takes or gets or gains or obtains or seizes x₂ (Set<T>) from possessor x₃ (Entity) |
|
lenjo |
x₁: T, T extends Entity. x₁ is a lens focussing rays x₂ (Entity) to focus x₃ (Entity) by means or material x₄ (Set<T>) |
|
lenku |
x₁ (Entity) is cold or cool by standard x₂ (Standard) |
|
lerci |
x₁ (Event) is late by standard x₂ (Standard) |
|
lerfu |
T: Symbol | Text. x₁ (T) is a letter or digit or symbol in alphabet or character set x₂ (Set<T>) representing x₃ (Entity) |
|
libjo |
x₁: T, T extends Entity. x₁ reflects Libyan culture or nationality in aspect x₂ (Set<T>) |
|
lidne |
x₁ (Entity) precedes or leads x₂ (Entity) in sequence x₃ (Sequence<Entity>) |
|
lifri |
x₁: T, T extends Entity. x₁ undergoes or experiences event x₂ (Set<T>) |
|
lijda |
x₁ (Entity) is a religion of believers including x₂ (Group<Entity>) sharing beliefs x₃ (Proposition) |
|
limna |
x₁ (Entity) swims in fluid x₂ (Entity) |
|
lindi |
x₁ (Entity) is lightning or electrical arc or thunderbolt striking at x₂ (Entity) from x₃ (Entity) |
|
linji |
x₁: T, T extends Entity. x₁ is a line one-dimensional shape defined by points x₂ (Set<Entity>) |
|
linsi |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a length of chain of material x₂ (Set<T>) with link properties x₃ (Set<V>) |
|
linto |
x₁ (Entity) is lightweight in mass or weight by standard x₂ (Standard) |
|
lisri |
x₁ (Text) is a story or tale or narrative about subject or moral x₂ (Entity) by storyteller x₃ (Entity) to audience x₄ (Group<Entity>) |
|
liste |
x₁: L, L extends Entity, T extends Entity, U extends Entity. x₁ is a list or catalog or register of sequence or set x₂ (Sequence<T> | Set<T>) in order x₃ (Relation<NonMatchingPair<T>>) in medium x₄ (Set<U>) |
|
litce |
x₁ (Entity) is x₂ (Number) liters in volume by standard x₃ (Standard) |
|
litki |
x₁: T, T extends Entity. x₁ is liquid of composition including x₂ (Set<T>) under conditions x₃ (Event) |
|
litru |
x₁: T, T extends Entity. x₁ travels or journeys or goes via route x₂ (Sequence<Location> | Set<Location>) using means or vehicle x₃ (Set<T>) |
|
livga |
x₁ (Entity) is a liver body-part of x₂ (Organism) |
|
livla |
x₁ (Entity) is a fuel or energy source for powering x₂ (Entity) |
|
logji |
x₁ (Entity) is a logic for reasoning about x₂ (Proposition) |
|
lojbo |
x₁: T, T extends Entity. x₁ reflects Lojbanic language or culture or community in aspect x₂ (Set<T>) |
|
loldi |
x₁ (Entity) is a floor or bottom or ground of x₂ (Entity) |
|
lorxu |
x₁: T, T extends Organism. x₁ is a fox of species x₂ (Taxon | Set<T>) |
|
lubno |
x₁: T, T extends Entity. x₁ reflects Lebanese culture or nationality in aspect x₂ (Set<T>) |
|
lujvo |
x₁ (Text) is a compound predicate word with meaning x₂ (Entity) and arguments x₃ (Sequence<Entity>) built from metaphor x₄ (GrammarStructure | Text) |
|
lumci |
x₁ (Entity) washes or cleanses x₂ (Entity) of contaminant x₃ (Entity) with cleaning material x₄ (Entity) |
|
lunbe |
x₁ (Entity) is bare or naked or nude |
|
lunra |
x₁ (Entity) is a major natural satellite or moon of planet x₂ (Entity) |
|
lunsa |
x₁ (Entity) condenses or liquefies on or into x₂ (Entity) at temperature x₃ (Number) and pressure x₄ (Number) |
|
mabla |
x₁: T, T extends Entity. x₁ is execrable or shitty or awful or rotten or inferior in property x₂ (Set<T>) by standard x₃ (Standard) |
|
mabru |
x₁: T, T extends Organism. x₁ is a mammal of species x₂ (Taxon | Set<T>) |
|
macnu |
x₁: T, T extends Event | Process. x₁ is manual not automatic in function x₂ (Set<T>) under conditions x₃ (Event) |
|
makcu |
x₁: T, T extends Entity. x₁ is mature or ripe or fully grown or adult in development quality x₂ (Set<T>) |
|
makfa |
x₁ (Event) is magic or supernatural or sorcery or witchcraft to x₂ (Entity) performed by person or force or deity x₃ (Entity) |
|
maksi |
x₁ (Entity) is magnetic producing magnetic field x₂ (Entity) |
|
malsi |
x₁ (Location) is a temple or church or sanctuary or shrine of religion x₂ (Entity) at location or serving area x₃ (Location) |
|
mamta |
x₁ (Entity) is a mother of x₂ (Entity) |
|
manci |
x₁ (Entity) feels wonder or awe or marvels about x₂ (Entity | Abstraction) |
|
manfo |
x₁: T, T extends Entity | Event. x₁ is uniform or homogeneous in property x₂ (Set<T>) |
|
manku |
x₁ (Entity) is dark or lacking in illumination |
|
manri |
x₁: T, T extends Entity | Idea. x₁ is a frame of reference or standard for observing or measuring or determining x₂ (Entity) with rules x₃ (Set<T>) |
|
mansa |
x₁ (Entity | Event) satisfies evaluator x₂ (Entity) in property or state x₃ (Relation<x₁, x_2>) |
|
manti |
x₁: T, T extends Organism. x₁ is an ant of species x₂ (Taxon | Set<T>) |
|
mapku |
x₁: T, T extends Entity. x₁ is a cap or hat or crown or helmet or headgear of material x₂ (Set<T>) |
|
mapni |
x₁ (Entity) is a quantity of or contains or is made of cotton material |
|
mapti |
x₁ (Entity) fits or matches or suits or is compatible with x₂ (Entity) in property x₃ (Relation<x₁, x₂>) |
|
marbi |
x₂: T, T extends Entity. x₁ (Entity | Location) is a shelter or haven or refuge or retreat or harbor for protecting x₂ from danger x₃ (Set<T>) |
|
marce |
x₁: T, T extends Entity. x₁ is a vehicle or mode of transport carrying x₂ (Entity) in or on surface or medium x₃ (Entity) propelled by x₄ (Set<T>) |
|
marde |
x₂: T, T extends Entity. x₁ (Set<T>) are ethics or morals or moral standards of x₂ about situation x₃ (Event | State) |
|
margu |
x₁ (Entity) is a quantity of or contains or is made of mercury x₂ (Entity) |
|
marji |
x₁: T & V, T extends Entity, V extends Entity. x₁ is material or stuff or matter of composition including x₂ (Set<T>) in shape x₃ (ka, Set<V>) |
|
marna |
x₁: T, T extends Entity. x₁ is a quantity of hemp or marijuana or jute of species x₂ (Taxon | Set<T>) |
|
marxa |
x₂: T, T extends Entity. x₁ (Set<T>) mashes or crushes or squashes or smashes x₂ into mass x₃ (Entity) |
|
masno |
x₁ (Entity) is slow or sluggish at doing or being or bringing about x₂ (Event | State) |
|
masti |
x₁ (TimeInterval) is x₂ (Number) months in duration by standard x₃ (Standard) |
|
matci |
x₁: T, T extends Entity. x₁ is a mat or pad or mattress or pallet of material x₂ (Set<T>) |
|
matli |
x₁ (Entity) is a quantity of or contains or is made of linen or flax material |
|
matne |
x₁ (Entity) is a quantity of or contains butter or margarine or shortening from source x₂ (Entity) |
|
matra |
x₁ (Entity) is a motor or engine driving or propelling or providing power to x₂ (Entity) |
|
mavji |
x₁: T, T extends Entity. x₁ is a quantity of oats grain of species x₂ (Taxon | Set<T>) |
|
maxri |
x₁: T, T extends Entity. x₁ is a quantity of wheat grain of species x₂ (Taxon | Set<T>) |
|
mebri |
x₁ (Entity) is a brow or forehead body-part of x₂ (Organism) |
|
megdo |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^6 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
mekso |
x₁: T, T extends Text. x₁ is a mathematical expression interpreted under rules x₂ (Set<T>) |
|
melbi |
x₁: T, T extends Entity. x₁ is beautiful or pleasant to x₂ (Entity) in aspect x₃ (Set<T>) by aesthetic standard x₄ (Standard) |
|
meljo |
x₁: T, T extends Entity. x₁ reflects Malaysian or Malay culture or nationality or language in aspect x₂ (Set<T>) |
|
menli |
x₁ (Entity) is a mind or intellect or psyche of body x₂ (Entity) |
|
mensi |
x₁ (Entity) is a sister of x₂ (Entity) by bond x₃ (Relation<x₁, x₂>) |
|
mentu |
x₁ (TimeInterval) is x₂ (Number) minutes in duration by standard x₃ (Standard) |
|
merko |
x₁: T, T extends Entity. x₁ reflects USA or American culture or nationality or dialect in aspect x₂ (Set<T>) |
|
merli |
x₁ (Entity) measures quantity x₂ (Entity) as x₃ (Number) units on scale x₄ (Relation <x_2, x_3 | x_5>) with accuracy x₅ (Number) |
|
mexno |
x₁: T, T extends Entity. x₁ reflects Mexican culture or nationality in aspect x₂ (Set<T>) |
|
midju |
x₁ (Entity) is in the middle or center or midpoint of x₂ (Entity) |
|
mifra |
x₁ (Text) is encoded or cipher text of plain text x₂ (Text) by code x₃ (Relation<x1, x2>) |
|
mikce |
x₂: T, T extends Entity. x₁ (Entity) treats or doctors or nurses x₂ for ailment x₃ (Set<T>) by treatment x₄ (Relation<x₁, x₂>) |
|
mikri |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^-6 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
milti |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^-3 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
milxe |
x₁: T, T extends Entity. x₁ is mild or gentle or non-extreme in property x₂ (Set<T>) |
|
minde |
x₁ (Entity) issues commands or orders to x₂ (Entity) for result x₃ (Event | State) |
|
minji |
x₁: T, T extends Entity. x₁ is a machine for function x₂ (Set<T>) |
|
minli |
x₁: T, T extends Entity. x₁ is x₂ (Number) long local distance units in dimension x₃ (Set<T>) with subunits x₄ (Entity) by standard x₅ (Standard) |
|
minra |
x₁ (Entity) reflects or mirrors or echoes x₂ (Entity) to observer x₃ (Entity) as x₄ (Entity) |
|
mintu |
x₁ (Entity) is the same or identical thing as x₂ (Entity) by standard x₃ (Standard) |
|
mipri |
x₁: T, T extends Entity. x₁ keeps x₂ (Entity) secret or hidden from x₃ (Entity) by method x₄ (Set<T>) |
|
mirli |
x₁: T, T extends Organism. x₁ is a deer or elk or moose of species x₂ (Taxon | Set<T>) |
|
misno |
x₁ (Entity | Event) is famous or renowned among community x₂ (Group<Entity>) |
|
misro |
x₁: T, T extends Entity. x₁ reflects Egyptian culture or nationality in aspect x₂ (Set<T>) |
|
mitre |
x₁: T, T extends Entity. x₁ is x₂ (Number) meters in dimension x₃ (Set<T>) by standard x₄ (Standard) |
|
mixre |
x₁ (Group<Entity>) is a mixture or blend including ingredients x₂ (Group<Entity>) |
|
mlana |
x₁ (Entity) is to the side of x₂ (Entity) and facing x₃ (Entity) from viewpoint x₄ (Entity) |
|
mlatu |
x₁: T, T extends Organism. x₁ is a cat of species x₂ (Taxon | Set<T>) |
|
mleca |
T extends Entity, U extends Entity. x₁ (T) is less than x₂ (T) in property or quantity x₃ (Set<U>) by amount x₄ (Amount of x₃) |
|
mledi |
x₁: T, T extends Organism. x₁ is a mold or fungus of species x₂ (Taxon | Set<T>) growing on x₃ (Entity) |
|
mluni |
x₁ (Entity) is a satellite or moon orbiting x₂ (Entity) with characteristics x₃ (Entity) and orbital parameters x₄ (Entity) |
|
mokca |
x₁ (Entity) is a point or instant or moment at time or place x₂ (Entity) |
|
moklu |
x₁ (Entity) is a mouth or oral cavity body-part of x₂ (Organism) |
|
molki |
x₁ (Entity | Location) is a mill or industrial plant performing process x₂ (Event) |
|
molro |
x₁ (Entity) is x₂ (Number) moles in substance by standard x₃ (Standard) |
|
morji |
x₁ (Entity) remembers fact x₂ (Proposition) about subject x₃ (Entity) |
|
morko |
x₁: T, T extends Entity. x₁ reflects Moroccan culture or nationality in aspect x₂ (Set<T>) |
|
morna |
x₁ (Entity) is a pattern of forms or events x₂ (Group<Entity>) arranged according to structure x₃ (Entity | Idea) |
|
morsi |
x₁ (Entity) is dead or has ceased to be alive |
|
mosra |
x₁ (Entity) is friction opposing motion due to rubbing of x₂ (Entity) against x₃ (Entity) |
|
mraji |
x₁: T, T extends Entity. x₁ is a quantity of rye grain of species x₂ (Taxon | Set<T>) |
|
mrilu |
x₁ (Entity) mails or posts x₂ (Entity) to recipient address x₃ (Entity) from sender address x₄ (Entity) by mail system x₅ (Entity) |
|
mruli |
x₁: Entity, T extends Entity, V extends Entity. x₁ is a hammer tool for doing x₂ (Set<T>) with head x₃ (Entity) propelled by x₄ (Set<V>) |
|
mucti |
x₁ (Entity) is immaterial or not physical or without material form |
|
mudri |
x₁: T, T extends Entity. x₁ is a quantity of or is made of or contains wood from tree type x₂ (ka, Set<T>) |
|
mukti |
x₃: T, T extends Entity. x₁ (Event | State) is a motive or incentive for property x₂ (Set<T>) of agent x₃ |
|
mulno |
x₁: T, T extends Event. x₁ is complete or finished or x₁ (Entity) is whole in property x₂ (Set<T>) by standard x₃ (Standard) |
|
munje |
x₁: T, T extends Entity. x₁ is a universe or cosmos of domain x₂ (Entity) defined by rules x₃ (Set<T>) |
|
mupli |
U extends Entity, T extends U. x₁ (T) is an example or sample or specimen or instance of common property x₂ (Set<U>) and is from set x₃ (Set<U>) |
|
murse |
x₁ (TimeInterval) is the twilight or dawn or dusk or half-light of day x₂ (TimeInterval) at location x₃ (Location) |
|
murta |
x₁: T, T extends Entity. x₁ is a curtain or blinds or drapes for covering or obscuring aperture x₂ (Entity) made of material x₃ (Set<T>) |
|
muslo |
x₁: T, T extends Entity. x₁ pertains to Islamic or Moslem or Quranic culture or religion or nation in aspect x₂ (Set<T>) |
|
mamta |
x₁ (Entity) is a mother of x₂ (Entity) |
|
mutce |
x₁: T, T extends Entity, U extends Entity. x₁ is extreme or very much in property x₂ (Set<U>) towards extreme direction x₃ (Entity) |
|
muvdu |
x₁ (Entity) moves to destination x₂ (Entity | Location) from origin x₃ (Entity | Location) over path x₄ (Sequence<Location>) |
|
muzga |
x₁ (Location) is a museum for preserving x₂ (Entity) at location x₃ (Location) |
|
nabmi |
x₁ (Event | State) is a problem to x₂ (Entity) in situation or task or inquiry x₃ (Event) |
|
nakni |
x₁: T & V, T extends Organism, V extends Entity. x₁ is a male of species x₂ (Taxon | Set<T>) evidencing masculine traits x₃ (Set<V>) |
|
nalci |
x₁ (Entity) is a wing body-part of x₂ (Organism) |
|
namcu |
x₁ (Number) is a number or quantifier or digit or value |
|
nanba |
x₁ (Entity) is a quantity of or contains bread made from grains x₂ (Entity) |
|
nanca |
x₁ (TimeInterval) is x₂ (Number) years in duration by standard x₃ (Standard) |
|
nandu |
x₂: T, T extends Entity. x₁ (Set<T>) is difficult or hard or challenging for x₂ under conditions x₃ (Event) |
|
nanla |
x₁ (Entity) is a boy young male person of age x₂ (TimeInterval) immature by standard x₃ (Standard) |
|
nanmu |
x₁ (Entity) is a man male humanoid person |
|
nanvi |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^-9 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
narge |
x₁ (Entity) is a nut hard-shelled fruit from plant x₂ (Entity) with shell x₃ (Entity) and kernel x₄ (Entity) |
|
narju |
x₁ (Entity) is orange in color |
|
natfe |
x₁: T, T extends Proposition, U extends Entity. x₁ contradicts or denies or refutes or negates x₂ (Proposition) under rules or logic x₃ (Set<U>) |
|
natmi |
x₁ (Group<Entity>) is a nation or ethnic group of peoples x₂ (Group<Entity>) |
|
navni |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of noble gas of type x₂ (ka, Set<T>) |
|
naxle |
x₁ (Entity) is a canal or channel to x₂ (Location) from x₃ (Location) with route x₄ (Sequence<Location>) |
|
nazbi |
x₁ (Entity) is a nose body-part of x₂ (Organism) with nasal passages x₃ (Entity) |
|
nejni |
x₁: T & V, T extends Entity, V extends Entity. x₁ is energy of type x₂ (ka, Set<T>) in form x₃ (ka, Set<V>) |
|
nelci |
x₁ (Entity) is fond of or likes x₂ (Entity | State) |
|
nenri |
x₁ (Entity) is inside or within x₂ (Entity) |
|
nibli |
x₁: T, T extends Event | State, U extends Entity. x₁ logically necessitates or entails or implies x₂ (Event | State) under rules or logic system x₃ (Set<U>) |
|
nicte |
x₁ (TimeInterval) is nighttime of day x₂ (TimeInterval) at location x₃ (Location) |
|
nikle |
x₁ (Entity) is a quantity of or contains or is made of nickel |
|
nilce |
x₁ (Entity) furnishes location x₂ (Location) serving purpose x₃ (Event) |
|
nimre |
x₁: T, T extends Entity. x₁ is a quantity of citrus fruit or tree of species x₂ (Taxon | Set<T>) |
|
ninmu |
x₁ (Entity) is a woman female humanoid person |
|
nirna |
x₁ (Entity) is a nerve or neuron body-part of x₂ (Organism) |
|
nitcu |
x₁ (Entity) needs or requires necessity x₂ (Event) for purpose or action or stage of process x₃ (Event) |
|
nivji |
x₁ (Entity) knits cloth or object x₂ (Entity) from yarn x₃ (Entity) |
|
nixli |
x₁ (Entity) is a girl young female person of age x₂ (TimeInterval) immature by standard x₃ (Standard) |
|
nobli |
x₁ (Entity) is noble or aristocratic or elite in culture or society x₂ (Entity) |
|
notci |
x₁ (Entity) is a message or notice or memorandum about subject x₂ (Entity) from author x₃ (Entity) to intended audience x₄ (Group<Entity>) |
|
nukni |
x₁ (Entity) is magenta or purplish-red in color |
|
nupre |
x₁ (Entity) promises or commits or assures or threatens event or state x₂ (Event | State) to beneficiary or victim x₃ (Entity) |
|
nurma |
x₁ (Location) is a rural or rustic or pastoral area of x₂ (Location) |
|
nutli |
x₁: T, T extends Entity. x₁ is neutral or medial or not taking sides on scale or in dissension x₂ (Set<T>) |
|
nuzba |
x₁ (Proposition) is news or new information about subject x₂ (Entity) from source x₃ (Entity) to observer x₄ (Entity) |
|
pacna |
x₁ (Entity) hopes or wishes or desires event x₂ (Event) with expected likelihood x₃ (Number between 0 and 1) |
|
pagbu |
x₁ (Entity) is a part or component or piece or portion of whole or mass x₂ (Entity) |
|
pagre |
x₁ (Entity) passes through or penetrates barrier or medium or portal x₂ (Entity) to destination side x₃ (Entity) from origin side x₄ (Entity) |
|
pajni |
x₁ (Entity) judges or referees or arbitrates matter x₂ (Abstraction) |
|
palci |
x₁ (Entity) is evil or depraved or wicked by standard x₂ (Standard) |
|
palku |
x₁: T, T extends Entity. x₁ is pants or trousers or slacks garment of material x₂ (Set<T>) |
|
palne |
x₁: T, T extends Entity. x₁ is a tray or platter flat container for contents x₂ (Entity) made of material x₃ (Set<T>) |
|
palta |
x₁: T, T extends Entity. x₁ is a plate or dish or platter or saucer of material x₂ (Set<T>) |
|
pambe |
x₁: T, T extends Entity. x₁ is a pump or injector pumping fluid x₂ (Entity) to x₃ (Entity) from x₄ (Entity) by means x₅ (Set<T>) |
|
panci |
x₁ (Entity) is an odor or fragrance or scent emitted by x₂ (Entity) detected by x₃ (Entity) |
|
pandi |
x₁ (Entity) punctuates expression x₂ (Text | Symbol) with symbol or word x₃ (Symbol | Text) with effect x₄ (Relation<x2, x3>) |
|
panje |
x₁ (Entity) is a quantity of or contains or is made of sponge or porous material |
|
panka |
x₁ (Location) is a park or land reserve managed by x₂ (Entity) for purpose x₃ (Event) |
|
panlo |
x₁ (Entity) is a slice thin flat portion of mass x₂ (Entity) |
|
panpi |
x₁ (Entity) is at peace with x₂ (Entity) |
|
panra |
x₁ (Entity) parallels x₂ (Entity) differing only in property x₃ (Relation<x₁, x₂>) by standard or geometry x₄ (Standard) |
|
pante |
x₁: T, T extends Entity. x₁ protests or objects to or complains about event or state x₂ (Event | State) to audience x₃ (Group<Entity>) with action x₄ (Set<T>) |
|
panzi |
x₁ (Organism) is a biological offspring or child of parent(s) x₂ (Group<Organism>) |
|
papri |
x₁ (Entity) is a physical page of book or document x₂ (Entity) |
|
parbi |
x₁ (Entity) is a ratio or rate of quantity x₂ (Entity) with respect to quantity x₃ (Entity) |
|
pastu |
x₁: T, T extends Entity. x₁ is a robe or tunic or gown or cloak or dress garment of material x₂ (Set<T>) |
|
patfu |
x₁ (Entity) is a father of x₂ (Entity) |
|
patlu |
x₁: T, T extends Entity. x₁ is a potato edible tuber of variety x₂ (Taxon | Set<T>) |
|
patxu |
x₁: T, T extends Entity. x₁ is a pot or kettle or urn or tub or sink deep container for contents x₂ (Entity) of material x₃ (Set<T>) |
|
pelji |
x₁ (Entity) is paper from source x₂ (Entity) |
|
pelxu |
x₁ (Entity) is yellow or golden in color |
|
pemci |
x₁ (Text) is a poem or verse about subject x₂ (Entity) by author x₃ (Entity) for audience x₄ (Group<Entity>) |
|
penbi |
x₁ (Entity) is a pen using ink x₂ (Entity) applied by process x₃ (Event) |
|
pencu |
x₁ (Entity) touches x₂ (Entity) with x₃ (Entity) at locus x₄ (Entity) |
|
pendo |
x₁ (Entity) is a friend of x₂ (Entity) |
|
penmi |
x₁ (Entity) meets or encounters x₂ (Entity) at location x₃ (Location) |
|
pensi |
x₁ (Entity) thinks or considers or reasons about subject x₂ (Entity | Abstraction) |
|
perli |
x₁: T, T extends Entity. x₁ is a pear of species x₂ (Taxon | Set<T>) |
|
pesxu |
x₁: T, T extends Entity. x₁ is paste or pulp or dough or mud or slurry of composition x₂ (Set<T>) |
|
petso |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^15 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
pezli |
x₁ (Entity) is a leaf of plant x₂ (Entity) |
|
picti |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^-12 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
pijne |
x₁: T, T extends Entity. x₁ is a pin or peg tool for fastening to or piercing x₂ (Entity) made of material x₃ (Set<T>) |
|
pikci |
x₂: T, T extends Entity. x₁ (Entity) begs or pleads or supplicates x₂ for x₃ (Set<T>) |
|
pikta |
x₁ (Entity) is a ticket entitling x₂ (Entity) to privilege x₃ (Event | State) under conditions x₄ (Event) |
|
pilji |
x₁ (Number) is the product of factor x₂ (Number) multiplied by factor x₃ (Number) |
|
pilka |
x₁ (Entity) is a crust or rind or peel or skin outer cover of x₂ (Entity) |
|
pilno |
x₁ (Entity) uses or employs tool or apparatus or agent x₂ (Entity) for purpose x₃ (Event) |
|
pimlu |
x₁ (Entity) is a feather or plumage body-part of animal x₂ (Organism) |
|
pinca |
x₁ (Entity) is urine of x₂ (Entity) |
|
pindi |
x₁: T, T extends Entity. x₁ is poor or indigent in goods or possessions x₂ (Set<T>) |
|
pinfu |
x₁: T, T extends Entity. x₁ is a prisoner or captive of x₂ (Entity) restrained by means or force x₃ (Set<T>) |
|
pinji |
x₁ (Entity) is a clitoris or penis reproductive organ body-part of x₂ (Organism) |
|
pinka |
x₁ (Text) is a comment or remark or observation about subject x₂ (Entity) expressed by x₃ (Entity) to audience x₄ (Group<Entity>) |
|
pinsi |
x₁ (Entity) is a pencil or crayon or stylus applying marking material x₂ (Entity) with frame x₃ (Entity) |
|
pinta |
x₁ (Entity) is flat or level or horizontal in gravity or frame x₂ (Entity) |
|
pinxe |
x₁ (Entity) drinks beverage x₂ (Entity) from container x₃ (Entity) |
|
pipno |
x₁ (Entity) is a piano or harpsichord or synthesizer or organ keyboard musical instrument |
|
pixra |
x₁: T, T extends Entity. x₁ is a picture or illustration representing x₂ (Entity) made by artist x₃ (Entity) in medium x₄ (Set<T>) |
|
plana |
x₁ (Entity) is plump or fat or obese by standard x₂ (Standard) |
|
platu |
x₁ (Entity) plans or designs or plots plan x₂ (Entity) for state or process x₃ (Event) |
|
pleji |
x₁: T, T extends Entity, x₃: U, U extends Entity, V extends Entity, W extends Entity. x₁ pays or compensates payment x₂ (Set<V>) to recipient x₃ for goods or services x₄ (Set<W>) |
|
plibu |
x₁ (Entity) is a pubic area or external genitalia body-part of x₂ (Organism) |
|
plini |
x₁ (Entity) is a planet revolving around x₂ (Entity) with characteristics x₃ (Entity) and orbital parameters x₄ (Entity) |
|
plipe |
x₁: T, T extends Entity. x₁ leaps or jumps to x₂ (Entity | Location) from x₃ (Entity | Location) reaching height or route x₄ (Entity) propelled by x₅ (Set<T>) |
|
plise |
x₁: T, T extends Entity. x₁ is an apple fruit of species x₂ (Taxon | Set<T>) |
|
plita |
x₁ (Entity) is a plane two-dimensional shape defined by points x₂ (Set<Entity>) |
|
plixa |
x₁: T, T extends Entity. x₁ plows or furrows or tills x₂ (Entity) with tool x₃ (Entity) propelled by x₄ (Set<T>) |
|
pluja |
x₁: T, T extends Entity. x₁ is complex or complicated or involved in aspect x₂ (Set<T>) by standard x₃ (Standard) |
|
pluka |
x₁ (Event | State) seems pleasant to or pleases x₂ (Entity) under conditions x₃ (Event) |
|
pluta |
x₁ (Entity) is a route or path or way or course or track to x₂ (Entity | Location) from x₃ (Entity | Location) via points x₄ (Set<Location | Entity>) |
|
polje |
x₂: T, T extends Entity. x₁ (Set<T>) folds or creases x₂ at locus forming bend x₃ (Entity) |
|
polno |
x₁: T, T extends Entity. x₁ reflects Polynesian or Oceanian culture or nationality or languages in aspect x₂ (Set<T>) |
|
ponjo |
x₁: T, T extends Entity. x₁ reflects Japanese culture or nationality or language in aspect x₂ (Set<T>) |
|
ponse |
x₁ (Entity) possesses or owns x₂ (Entity) under law or custom x₃ (Entity) |
|
porpi |
x₁ (Entity) breaks or fractures or shatters into pieces x₂ (Group<Entity>) |
|
porsi |
T extends Entity. x₁ (Sequence<T>) is an ordered set sequenced by rules x₂ (Relation<NonMatchingPair<T>>) on unordered set x₃ (Set<T>) |
|
porto |
x₁: T, T extends Entity. x₁ reflects Portuguese culture or nationality or language in aspect x₂ (Set<T>) |
|
prali |
x₂: U, U extends Entity, T extends Entity, V extends Entity. x₁ (Set<T>) is a profit or gain or benefit or advantage to x₂ resulting from activity or process x₃ (Set<V>) |
|
prami |
x₁ (Entity) loves or feels strong affection towards x₂ (Entity | State) |
|
prane |
x₁: T, T extends Entity. x₁ is perfect or ideal or faultless in property x₂ (Set<T>) |
|
preja |
x₁: T, T extends Entity. x₁ spreads or expands over x₂ (Entity) from initial state x₃ (Set<T>) |
|
prenu |
x₁ (Entity) is a person or displays personality |
|
preti |
x₁ (Text) is a question or query about subject x₂ (Entity) by questioner x₃ (Entity) to audience x₄ (Group<Entity>) |
|
prije |
x₁ (Entity) is wise about matter x₂ (Abstraction) to observer x₃ (Entity) |
|
prina |
x₁ (Entity) is a print or impression or image on surface x₂ (Entity) made by tool or press x₃ (Entity) |
|
pritu |
x₁ (Entity) is to the right of x₂ (Entity) which faces orientation x₃ (Entity) |
|
prosa |
x₁ (Text) is prose about subject x₂ (Entity) by author x₃ (Entity) for audience x₄ (Group<Entity>) |
|
pruce |
x₁ (Entity | Event) is a process with inputs x₂ (Group<Entity>) and outputs x₃ (Group<Entity>) via stages x₄ (Sequence<Entity>) |
|
pruni |
x₁ (Entity) is elastic or springy |
|
pruxi |
x₁ (Entity) is spiritual or pertains to the soul in nature |
|
pulce |
x₁: T, T extends Entity. x₁ is dust or precipitate of material x₂ (Set<T>) in medium or on surface x₃ (Entity) |
|
pulji |
x₁ (Entity) is a police officer enforcing laws or rules x₂ (Entity) |
|
pulni |
x₁: T, T extends Entity. x₁ is a pulley tool for performing action x₂ (Set<T>) rotating on axle x₃ (Entity) |
|
punji |
x₁ (Entity) puts or places or sets x₂ (Entity) on or at locus x₃ (Entity) |
|
punli |
x₁: T, T extends Entity. x₁ is a swelling or protrusion or convexity at or on x₂ (Entity) of material x₃ (Set<T>) |
|
purci |
x₁ (Event) is earlier than or in the past of x₂ (Event) |
|
purdi |
x₁ (Location) is a garden or cultivated field of x₂ (Group<Entity>) growing plants or crops x₃ (Group<Entity>) |
|
purmo |
x₁: T, T extends Entity. x₁ is a powder of material x₂ (Set<T>) |
|
racli |
x₁: T, T extends Entity. x₁ (Set<T>) is sane or rational by standard x₂ (Standard) |
|
ractu |
x₁: T, T extends Organism. x₁ is a rabbit or hare of species x₂ (Taxon | Set<T>) |
|
radno |
x₁ (Entity) is x₂ (Number) radians in angular measure by standard x₃ (Standard) |
|
rafsi |
x₁: T, T extends Text. x₁ is an affix or suffix or prefix for word or concept x₂ (Text) with form x₃ (ka, Set<T>) in language x₄ (Language) |
|
ragve |
x₁ (Entity) is across or on the other side of boundary x₂ (Entity) from x₃ (Entity) |
|
rakso |
x₁: T, T extends Entity. x₁ reflects Iraqi culture or nationality in aspect x₂ (Set<T>) |
|
raktu |
x₁: T, T extends Event | Situation. x₁ troubles or disturbs person x₂ (Entity) causing problems x₃ (Set<T>) |
|
ralci |
x₁: T, T extends Entity. x₁ is delicate or fragile or refined in property x₂ (Set<T>) |
|
ralju |
x₁: T, T extends Entity. x₁ is principal or chief or main among set x₂ (Set<Entity>) in property x₃ (Set<T>) |
|
ralte |
x₁ (Entity) retains or keeps or holds x₂ (Entity) in its possession |
|
randa |
x₁: T, T extends Entity. x₁ yields or gives way or surrenders to x₂ (Set<T>) under conditions x₃ (Event) |
|
rango |
x₁: T, T extends Entity. x₁ is a body organ body-part of body or species x₂ (Entity) performing function x₃ (Set<T>) |
|
ranji |
x₂: U, U extends TimeInterval, T extends Entity. x₁ (Set<T>) continues or persists over interval x₂ |
|
ranmi |
x₁ (Text) is a myth or legend about x₂ (Entity) in mythos x₃ (Entity) of culture x₄ (Entity) |
|
ransu |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of bronze of composition including x₂ (Set<T>) |
|
ranti |
x₁: T, T extends Entity. x₁ is soft or malleable or yielding to force x₂ (Set<T>) in conditions x₃ (Event) |
|
ranxi |
x₁: T, T extends Entity. x₁ is ironic or contrary to expectation x₂ (Entity) in state or property x₃ (Set<T>) |
|
rapli |
x₁ (Event) repeats for total occurrences x₂ (Number) |
|
rarna |
x₁ (Entity) is natural or spontaneous or instinctive not consciously caused by persons |
|
ratcu |
x₁: T, T extends Organism. x₁ is a rat of species x₂ (Taxon | Set<T>) |
|
ratni |
x₁ (Entity) is an atom of element x₂ (Group<Entity>) of isotope number or atomic weight x₃ (Entity) |
|
rebla |
x₁ (Entity) is a tail or appendix body-part of x₂ (Organism) |
|
rectu |
x₁ (Entity) is a quantity of or contains meat or flesh from source x₂ (Entity) |
|
remna |
x₁ (Entity) is a human being |
|
renro |
x₁ (Entity) throws or launches or casts or hurls x₂ (Entity) to or at direction x₃ (Entity) |
|
renvi |
x₁: T, T extends Entity. x₁ survives or endures or abides through x₂ (Set<T>) for duration x₃ (TimeInterval) |
|
respa |
x₁: T, T extends Organism. x₁ is a reptile of species x₂ (Taxon | Set<T>) |
|
ricfu |
x₁: T, T extends Entity. x₁ is rich or wealthy in goods or possessions x₂ (Set<T>) |
|
rigni |
x₁ (Entity | Event) is repugnant or causes disgust to x₂ (Entity) under conditions x₃ (Event) |
|
rijno |
x₁ (Entity) is a quantity of or contains or is made of silver including x₂ (Entity) |
|
@rilti |
x₁: S, S extends Sequence<Sound | Text | Symbol>, T extends Entity. x₁ is a rhythm or beat of music or expressive form x₂ (ka, Set<T>) |
|
rimni |
x₁ (Text | Symbol) rhymes or alliterates with x₂ (Text | Symbol) in language or phonetics x₃ (Language | Entity) with correspondence x₄ (Relation<x₁, x₂>) |
|
rinci |
x₁: T, T extends Entity. x₁ liquid drains or strains or flushes from source x₂ (Entity) through drain x₃ (Entity) by force x₄ (Set<T>) |
|
rinju |
x₁ (Entity) is restrained or held or constrained by restraint x₂ (Entity) against event x₃ (Event) |
|
rinka |
x₁ (Event | State) physically causes effect x₂ (Event | State) under conditions x₃ (Event) |
|
rinsa |
x₁ (Entity) greets or hails or welcomes x₂ (Entity) in manner x₃ (Event) |
|
rirci |
U extends Entity, T extends U. x₁ (T) is rare or uncommon in property x₂ (Set<U>) among set x₃ (Set<U>) |
|
rirni |
x₁ (Entity) is a parent of or raises or rears x₂ (Entity) |
|
rirxe |
x₁ (Entity) is a river of land mass x₂ (Entity) draining watershed x₃ (Entity) into x₄ (Entity) |
|
rismi |
x₁: T, T extends Entity. x₁ is a quantity of rice grain of strain x₂ (Taxon | Set<T>) |
|
risna |
x₁ (Entity) is a heart body-part of x₂ (Organism) |
|
ritli |
x₁: T, T extends Event. x₁ is a rite or ceremony or ritual for purpose x₂ (Event) in community x₃ (Group<Entity>) with form or rules x₄ (Set<T>) |
|
rivbi |
x₁: T, T extends Entity. x₁ avoids or evades or escapes fate x₂ (Event) through action or state x₃ (Set<T>) |
|
rokci |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of rock or stone of composition x₂ (Set<T>) from location x₃ (Location) |
|
romge |
x₁ (Entity) is a polished reflective metallic surface of metal x₂ (Entity) |
|
ropno |
x₁: T, T extends Entity. x₁ reflects European culture or nationality or geography or Indo-European languages in aspect x₂ (Set<T>) |
|
rorci |
x₁ (Entity) engenders or procreates or begets x₂ (Entity) with coparent x₃ (Entity) |
|
rotsu |
x₁: T, T extends Entity. x₁ is thick in dimension x₂ (Set<T>) by standard x₃ (Standard) |
|
rozgu |
x₁: T, T extends Entity. x₁ is a rose flower of species x₂ (Taxon | Set<T>) |
|
ruble |
x₁: T, T extends Entity. x₁ is weak or feeble or frail in property x₂ (Set<T>) by standard x₃ (Standard) |
|
rufsu |
x₁ (Entity) is rough or coarse or uneven in texture |
|
runme |
x₁ (Entity) melts at temperature x₂ (Number) and pressure x₃ (Number) |
|
runta |
x₁ (Entity) dissolves in solvent x₂ (Entity) forming solution x₃ (Entity) under conditions x₄ (Event) |
|
rupnu |
x₁ (Entity) is measured in major money units as quantity x₂ (Number) in monetary system x₃ (Entity) |
|
rusko |
x₁: T, T extends Entity. x₁ reflects Russian culture or nationality or language in aspect x₂ (Set<T>) |
|
rutni |
x₁ (Entity) is an artifact made or caused by people of culture x₂ (Entity) |
|
sabji |
x₁ (Entity) provides or supplies x₂ (Entity) to recipient x₃ (Entity) |
|
sabnu |
x₁ (Entity) is a cabin of vehicle x₂ (Entity) |
|
sacki |
x₁: T, T extends Entity. x₁ is a match incendiary device made of material x₂ (Set<T>) |
|
saclu |
x₁ (Number) is the decimal or binary equivalent of fractional expression x₂ (Number) in base x₃ (Number) |
|
sadjo |
x₁: T, T extends Entity. x₁ reflects Saudi Arabian culture or nationality in aspect x₂ (Set<T>) |
|
sakci |
x₁ (Entity) sucks fluid or gas x₂ (Entity) relative to high pressure x₃ (Entity) |
|
sakli |
x₁ (Entity) slides or slips or glides on surface x₂ (Entity) |
|
sakta |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of sugar from source x₂ (Entity) of composition x₃ (Set<T>) |
|
salci |
x₁: T, T extends Entity. x₁ celebrates or honors x₂ (Entity | Event) with activity x₃ (Set<T>) |
|
salpo |
x₁ (Entity) is sloped or inclined with angle x₂ (Entity) to frame x₃ (Entity) |
|
salta |
x₁ (Group<Entity>) is a quantity of salad food with ingredients including x₂ (Group<Entity>) |
|
samcu |
x₁: T, T extends Entity. x₁ is a quantity of cassava or taro or yam edible starchy root of species x₂ (Taxon | Set<T>) |
|
sampu |
x₁: T, T extends Entity. x₁ is simple or unmixed or uncomplicated in property x₂ (Set<T>) |
|
sance |
x₁ (Sound) is sound produced by x₂ (Entity) |
|
sanga |
x₁ (Entity) sings or chants song x₂ (Sound | Text | Symbol) to audience x₃ (Group<Entity>) |
|
sanji |
x₁ (Entity) is conscious or aware of x₂ (Abstraction) |
|
sanli |
x₁ (Entity) stands on surface x₂ (Entity) supported by limbs or support x₃ (Entity) |
|
sanmi |
x₁ (Group<Entity>) is a meal composed of dishes including x₂ (Group<Entity>) |
|
sanso |
x₁ (Entity) is a sauce or topping or gravy for use with x₂ (Entity) containing ingredients including x₃ (Entity) |
|
santa |
x₁: T, T extends Entity. x₁ is an umbrella or parasol shielding x₂ (Entity) from x₃ (Entity) made of material x₄ (Set<T>) supported by x₅ (Entity) |
|
sarcu |
x₁ (Abstraction) is necessary or required for state or process x₂ (Event | State) under conditions x₃ (Event) |
|
sarji |
x₁: T, T extends Entity, x₂: U, U extends Entity, V extends Entity, W extends Entity. x₁ supports or holds up or helps x₂ against force or opposition x₃ (Set<V>) by means x₄ (Set<W>) |
|
sarlu |
x₁ (Entity) is a spiral or helix or whorl shape with limits x₂ (Entity) and dimensionality x₃ (Number) |
|
sarxe |
x₁ (Entity) is harmonious or in agreement with x₂ (Entity) in property x₃ (Relation<x₁, x₂>) |
|
saske |
x₁ (Group<Entity>) is a science or body of knowledge about subject matter x₂ (Entity) based on methodology x₃ (Event) |
|
satci |
x₁: T, T extends Entity. x₁ is exact or precise to precision x₂ (Entit) in property or quantity x₃ (Set<T>) |
|
satre |
x₁ (Entity) strokes or rubs or pets x₂ (Entity) with x₃ (Entity) |
|
savru |
x₁: T, T extends Sound. x₁ is a noise to x₂ (Entity) via sensory channel x₃ (Set<T>) |
|
sazri |
x₁ (Entity) operates or drives or runs apparatus x₂ (Entity) with goal x₃ (Event) |
|
sefta |
x₁ (Entity) is a surface or face of higher-dimensional object x₂ (Entity) on side x₃ (Entity) with edges x₄ (Entity) |
|
selci |
x₁ (Entity) is a cell or basic subunit of x₂ (Entity) |
|
selfu |
x₁ (Entity) serves x₂ (Entity) with service x₃ (Event) |
|
semto |
x₁: T, T extends Entity. x₁ reflects Semitic language or culture or nationality in aspect x₂ (Set<T>) |
|
senci |
x₁ (Entity) sneezes |
|
senpi |
x₁ (Entity) doubts that x₂ (Proposition) is true |
|
senta |
x₁: T, T extends Entity. x₁ is a layer or stratum of material x₂ (Set<T>) within structure x₃ (Entity) |
|
senva |
x₁ (Entity) dreams about x₂ (Proposition | Idea) |
|
sepli |
x₁ (Entity) is apart or separate from x₂ (Entity) separated by x₃ (Entity) |
|
serti |
x₁ (Entity) is stairs or stairway or steps for climbing structure x₂ (Entity) with steps x₃ (Entity) |
|
setca |
x₁ (Entity) inserts or interposes or puts x₂ (Entity) into interior x₃ (Entity) |
|
sevzi |
x₁ (Entity) is a self or ego or identity-image of x₂ (Entity) |
|
sfani |
x₁: T, T extends Organism. x₁ is a fly of species x₂ (Taxon | Set<T>) |
|
sfasa |
x₁ (Entity) punishes x₂ (Entity) for infraction x₃ (Event | State) with punishment x₄ (Event | State) |
|
sfofa |
x₁ (Entity) is a sofa or couch |
|
sfubu |
x₁ (Entity) dives or swoops to x₂ (Entity | Location) from x₃ (Entity | Location) |
|
siclu |
x₁ (Entity) whistles sound x₂ (Sound) |
|
sicni |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a coin or token issued by x₂ (Entity) having value x₃ (Set<T>) of composition including x₄ (Set<V>) |
|
sidbo |
x₁ (Idea) is an idea or concept or thought about x₂ (Entity | Abstraction) by thinker x₃ (Entity) |
|
sidju |
x₂: T, T extends Entity. x₁ (Entity) helps or assists or aids x₂ to do event or activity x₃ (Set<T>) |
|
sigja |
x₁ (Entity) is a cigar or cigarette made from tobacco or smokable substance x₂ (Entity) by x₃ (Entity) |
|
silka |
x₁ (Entity) is a quantity of or contains or is made of silk produced by x₂ (Entity) |
|
silna |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of salt from source x₂ (Entity) of composition including x₃ (Set<T>) |
|
simlu |
x₁: T, T extends Entity. x₁ seems or appears to have properties x₂ (Set<T>) to observer x₃ (Entity) under conditions x₄ (Event) |
|
simsa |
T extends Entity, U extends Entity. x₁ (T) is similar or parallel to x₂ (T) in property or quantity x₃ (Set<U>) |
|
simxu |
T extends Entity. x₁ (Set<T>) has members who mutually do x₂ (Relation<NonMatchingPair<T>>) to each other |
|
since |
x₁: T, T extends Organism. x₁ is a snake or serpent of species x₂ (Taxon | Set<T>) |
|
sinma |
x₁ (Entity) esteems or respects or venerates x₂ (Entity) |
|
sinso |
x₁ (Number) is the trigonometric sine of angle x₂ (Number) |
|
sinxa |
x₁ (Symbol) is a sign or symbol or signal representing x₂ (Entity | Abstraction) to observer x₃ (Entity) |
|
sipna |
x₁ (Entity) is asleep |
|
sirji |
x₁ (Entity) is straight or a direct line segment between x₂ (Entity) and x₃ (Entity) |
|
sirxo |
x₁: T, T extends Entity. x₁ reflects Syrian culture or nationality in aspect x₂ (Set<T>) |
|
sisku |
x₁: T, T extends Entity. x₁ (Entity) seeks or searches for property x₂ (Set<T>) among set x₃ (Set<Entity>) |
|
sisti |
x₁ (Entity) ceases or stops or halts activity or process or state x₂ (Event | State) |
|
sitna |
x₁ (Entity) cites or quotes or refers to source x₂ (Entity) for information x₃ (Proposition) |
|
sivni |
x₁ (Entity) is private or personal to x₂ (Entity) |
|
@skaci |
x₁: T, T extends Entity. x₁ is a skirt or kilt or dress of material x₂ (Set<T>) |
|
skami |
x₁ (Entity) is a computer for purpose x₂ (Event) |
|
skapi |
x₁ (Entity) is a pelt or skin or hide or leather from x₂ (Entity) |
|
skari |
x₁ (Entity) is or appears to be of color x₂ (Entity) as perceived by x₃ (Entity) under conditions x₄ (Event) |
|
@skicu |
x₂: U, U extends Entity | Event | State, T extends Entity. x₁ (Entity) tells about or describes object or event or state x₂ to audience x₃ (Group<Entity>) with description x₄ (Set<T>) |
|
skiji |
x₁ (Entity) is a ski or skid or skate for surface x₂ (Entity) supporting x₃ (Entity) |
|
@skina |
x₁ (Entity) is a cinema or movie or film about x₂ (Entity) by filmmaker x₃ (Entity) for audience x₄ (Group<Entity>) |
|
@skori |
x₁: T, T extends Entity. x₁ is cord or cable or rope of material x₂ (Set<T>) |
|
skoto |
x₁: T, T extends Entity. x₁ reflects Gaelic or Scottish culture or nationality or language in aspect x₂ (Set<T>) |
|
skuro |
x₁ (Entity) is a groove or trench or furrow in object or surface x₂ (Entity) |
|
slabu |
x₁: T, T extends Entity. x₁ is old or familiar or well-known to observer x₂ (Entity) in feature x₃ (Set<T>) by standard x₄ (Standard) |
|
slaka |
x₁ (GrammarStructure | Text) is a syllable in language x₂ (Language) |
|
@slami |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of acid of composition x₂ (Set<T>) |
|
@slanu |
x₁: T, T extends Entity. x₁ is a cylinder shape of material x₂ (Set<T>) |
|
slari |
x₁ (Entity) is sour or tart to observer x₂ (Entity) |
|
@slasi |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of plastic of type x₂ (ka, Set<T>) |
|
@sligu |
x₁: T, T extends Entity. x₁ is solid of composition including x₂ (Set<T>) under conditions x₃ (Event) |
|
@slilu |
x₁ (Entity) oscillates at frequency x₂ (Number | Entity) through states x₃ (Sequence<Entity> | Set<Entity>) |
|
sliri |
x₁ (Entity) is a quantity of or contains or is made of sulfur x₂ (Entity) |
|
slovo |
x₁: T, T extends Entity. x₁ reflects Slavic language or culture or ethos in aspect x₂ (Set<T>) |
|
sluji |
x₁ (Entity) is a muscle body-part controlling x₂ (Entity) of body x₃ (Entity) |
|
sluni |
x₁: T, T extends Entity. x₁ is a quantity of or contains onions of type x₂ (Taxon | Set<T>) |
|
smacu |
x₁: T, T extends Organism. x₁ is a mouse of species x₂ (Taxon | Set<T>) |
|
smadi |
x₁ (Entity) guesses or conjectures that x₂ (Proposition) is true about subject x₃ (Entity) |
|
smaji |
x₁ (Entity) is quiet or silent at observation point x₂ (Entity) by standard x₃ (Standard) |
|
smani |
x₁: T, T extends Organism. x₁ is a monkey or ape of species x₂ (Taxon | Set<T>) |
|
smoka |
x₁: T, T extends Entity. x₁ is a sock or stocking garment of material x₂ (Set<T>) |
|
smuci |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a spoon or scoop tool for use x₂ (Set<T>) made of material x₃ (Set<V>) |
|
smuni |
x₁ (Entity) is a meaning or interpretation of x₂ (Entity | Text | Symbol) recognized by x₃ (Entity) |
|
snada |
x₁: T & V, T extends Entity, V extends Entity. x₁ succeeds in or achieves or completes x₂ (Set<T>) as result of effort x₃ (Set<V>) |
|
snanu |
x₁ (Entity) is to the south of x₂ (Entity) according to frame x₃ (Entity) |
|
snidu |
x₁ (TimeInterval) is x₂ (Number) seconds in duration by standard x₃ (Standard) |
|
snime |
x₁ (Entity) is a quantity of or contains snow |
|
snipa |
x₁ (Entity) adheres or sticks to x₂ (Entity) |
|
snuji |
x₁ (Entity) is a sandwich or layering of x₂ (Entity) sandwiched between x₃ (Group<Entity>) |
|
snura |
x₁ (Entity) is secure or safe from threat x₂ (Event) |
|
snuti |
x₁ (Event | State) is an accident or unintentional event on the part of x₂ (Entity) |
|
sobde |
x₁: T, T extends Entity. x₁ is a quantity of soya grain of species x₂ (Taxon | Set<T>) |
|
@sodna |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of alkali metal of type x₂ (ka, Set<T>) |
|
sodva |
x₁ (Entity) is a quantity of or contains or is made of carbonated beverage of flavor or brand x₂ (Entity) |
|
softo |
x₁: T, T extends Entity. x₁ reflects Soviet or CIS culture or nationality in aspect x₂ (Set<T>) |
|
@solji |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of gold of composition including x₂ (Set<T>) |
|
solri |
x₁ (Entity) is the sun of home planet x₂ (Entity) of race x₃ (Entity) |
|
sombo |
x₁ (Entity) sows or plants crop x₂ (Entity) at location x₃ (Location) |
|
sonci |
x₁ (Entity) is a soldier or warrior of army x₂ (Group<Entity>) |
|
@sorcu |
x₁ (Entity) is a store or deposit or supply of materials or energy x₂ (Entity | Group<Entity>) in containment x₃ (Entity) |
|
sorgu |
x₁: T, T extends Entity. x₁ is a quantity of sorghum of species x₂ (Taxon | Set<T>) |
|
sovda |
x₁ (Entity) is an egg or gamete of organism x₂ (Organism) |
|
spaji |
x₁ (Event) surprises or startles x₂ (Entity) |
|
spali |
x₁ (Entity) polishes object or surface x₂ (Entity) with polish x₃ (Entity) using tool x₄ (Entity) |
|
spano |
x₁: T, T extends Entity. x₁ reflects Spanish-speaking culture or nationality or language in aspect x₂ (Set<T>) |
|
spati |
x₁: T, T extends Organism. x₁ is a plant of species x₂ (Taxon | Set<T>) |
|
speni |
x₁ (Entity) is married to x₂ (Entity) under system x₃ (Entity) |
|
spisa |
x₁ (Entity) is a piece or portion or lump or chunk or particle of substance x₂ (Entity) |
|
spita |
x₂: T, T extends Entity. x₁ (Location) is a hospital treating patient x₂ for condition x₃ (Set<T>) |
|
spofu |
x₁: T, T extends Entity. x₁ is broken or inoperable for function x₂ (Set<T>) |
|
@spoja |
x₁ (Entity) bursts or explodes into pieces or energy or fragments x₂ (Entity | Group<Entity>) |
|
spuda |
x₁: T, T extends Entity. x₁ replies or responds to stimulus x₂ (Entity | Event) with response x₃ (Set<T>) |
|
sputu |
x₁ (Entity) spits or expectorates x₂ (Entity) from x₃ (Entity) to x₄ (Entity) |
|
sraji |
x₁ (Entity) is vertical or upright or erect in reference frame or gravity x₂ (Entity) |
|
sraku |
x₁ (Entity) scratches or carves or erodes or cuts into x₂ (Entity) |
|
sralo |
x₁: T, T extends Entity. x₁ reflects Australian culture or nationality or geography or dialect in aspect x₂ (Set<T>) |
|
srana |
x₁ (Entity) pertains to or is relevant to or concerns x₂ (Entity) |
|
srasu |
x₁: T, T extends Entity. x₁ is a blade or expanse of grass of species x₂ (Taxon | Set<T>) |
|
srera |
x₁ (Entity) errs in doing event x₂ (Event) under conditions x₃ (Event) by standard x₄ (Standard) |
|
srito |
x₁: T, T extends Entity. x₁ reflects Sanskrit language or culture or nationality in aspect x₂ (Set<T>) |
|
sruma |
x₁ (Entity) assumes or supposes that x₂ (Proposition) is true about subject x₃ (Entity) |
|
sruri |
x₁ (Entity) encircles or encloses or surrounds x₂ (Entity) in direction or dimension or plane x₃ (Entity) |
|
stace |
x₁ (Entity) is honest or truthfully revealing to x₂ (Entity) about matter x₃ (Proposition) |
|
stagi |
x₁ (Entity) is an edible portion x₂ (Entity) of plant x₃ (Entity) |
|
@staku |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a quantity of or contains or is made of ceramic made by x₂ (Entity) of composition x₃ (Set<T>) in form x₄ (ka, Set<V>) |
|
stali |
x₁ (Entity) remains or stays or abides with x₂ (Entity) |
|
stani |
x₁ (Entity) is a stalk or stem or trunk body-part of plant x₂ (Entity) |
|
stapa |
x₁ (Entity) steps or treads on surface x₂ (Entity) using limbs x₃ (Entity) |
|
stasu |
x₁ (Group<Entity>) is a quantity of soup or stew with ingredients including x₂ (Group<Entity>) |
|
@stati |
x₁: T, T extends Entity. x₁ has a talent or aptitude for doing or being x₂ ((Set<T>) | Event) |
|
steba |
x₁ (Entity) feels frustration about x₂ (Abstraction) |
|
steci |
x₂: T, T extends Entity. x₁ (Set<T>) is specific or particular or defining property of x₂ among set x₃ (Set<Entity>) |
|
stedu |
x₁ (Entity) is a head body-part of x₂ (Organism) |
|
stela |
x₁ (Entity) is a lock or seal of or for sealing x₂ (Entity) with mechanism x₃ (Entity) |
|
stero |
x₁ (Entity) is x₂ (Number) steradians in solid angle by standard x₃ (Standard) |
|
stici |
x₁ (Entity) is to the west of x₂ (Entity) according to frame x₃ (Entity) |
|
@stidi |
x₁ (Entity) suggests or proposes idea or action x₂ (Entity | Event) to audience x₃ (Group<Entity>) |
|
stika |
x₁: T, T extends Event. x₁ adjusts or regulates or changes property or amount x₂ (Set<T>) in degree x₃ (Entity) |
|
stizu |
x₁ (Entity) is a chair or stool or seat or bench |
|
stodi |
x₁: T, T extends Entity. x₁ is constant or unchanging in property x₂ (Set<T>) in response to conditions x₃ (Event) |
|
stuna |
x₁ (Entity) is to the east of x₂ (Entity) according to frame x₃ (Entity) |
|
@stura |
x₁ (Entity) is a structure or arrangement or organization of x₂ (Entity | Set<Entity>) |
|
@stuzi |
x₁ (Location) is an inherent site or place or position or location of x₂ (Entity | Event) |
|
@sucta |
x₁: I, I extends Idea, T extends Entity. x₁ is abstracted or generalized from x₂ (Entity) by rules x₃ (Set<T>) |
|
sudga |
x₁ (Entity) is dry of liquid x₂ (Entity) |
|
sufti |
x₁ (Entity) is a hoof body-part of x₂ (Organism) |
|
suksa |
x₁: T & V, T extends Event | State, V extends Entity. x₁ is sudden or sharply changes at point x₂ (Set<T>) in process x₃ (Set<V>) |
|
sumji |
x₁ (Number) is the sum of x₂ (Number) and x₃ (Number) |
|
sumne |
x₁ (Entity) smells x₂ (Entity) |
|
sumti |
x₁ (Text) is an argument of predicate or function x₂ (Relation<Entity[]>) filling place x₃ (Number | Symbol) |
|
sunga |
x₁: T, T extends Entity. x₁ is a quantity of garlic of species x₂ (Taxon | Set<T>) |
|
sunla |
x₁ (Entity) is a quantity of or made from or consists of wool from animal x₂ (Organism) |
|
@surla |
x₁: T, T extends Entity. x₁ relaxes or rests by doing x₂ ((Set<T>) | Event) |
|
sutra |
x₁: T, T extends Entity. x₁ is fast or swift or quick at doing or bringing about x₂ (Set<T>) |
|
@tabno |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of carbon of composition including x₂ (Set<T>) |
|
tabra |
x₁ (Entity) is a horn or trumpet or trombone or bugle musical instrument |
|
tadji |
x₁ (Process) is a method or technique or approach for doing x₂ (Event) under conditions x₃ (Event) |
|
tadni |
x₁ (Entity) studies subject x₂ (Entity) |
|
tagji |
x₁ (Entity) is snug or tight on x₂ (Entity) in dimension x₃ (Entity) at locus x₄ (Entity) |
|
talsa |
x₂: T, T extends Entity. x₁ (Entity) challenges x₂ at property x₃ (Set<T>) |
|
tamca |
x₁: T, T extends Entity. x₁ is a tomato fruit or plant of species x₂ (Taxon | Set<T>) |
|
tamji |
x₁ (Entity) is a thumb or big toe body-part on limb x₂ (Entity) of x₃ (Entity) |
|
tamne |
x₁ (Entity) is a cousin to x₂ (Entity) by bond x₃ (Relation<x₁, x₂>) |
|
@tanbo |
x₁: T, T extends Entity. x₁ is a board or plank shape of material x₂ (Set<T>) |
|
tance |
x₁ (Entity) is a tongue body-part of x₂ (Organism) |
|
tanjo |
x₁ (Number) is the trigonometric tangent of angle x₂ (Number) |
|
tanko |
x₁: T, T extends Entity. x₁ is a quantity of tobacco leaf of species x₂ (Taxon | Set<T>) |
|
tanru |
x₁ (Text) is a binary metaphor formed with x₂ (Sequence<GrammarStructure | Text>) modifying x₃ (GrammarStructure | Text) giving meaning x₄ (Entity) in usage x₅ (Entity) |
|
tansi |
x₁: T, T extends Entity. x₁ is a pan or basin or tub or sink shallow container for contents x₂ (Entity) of material x₃ (Set<T>) |
|
@tanxe |
x₁: T, T extends Entity. x₁ is a box or carton or trunk or crate for contents x₂ (Entity) of material x₃ (Set<T>) |
|
@tapla |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a tile or cake shape of material x₂ (Set<T>) with shape x₃ (ka, Set<V>) and thickness x₄ (Entity) |
|
tarbi |
x₁ (Entity) is an embryo or zygote or fetus or fertilized egg with mother x₂ (Entity) and father x₃ (Entity) |
|
tarci |
x₁ (Entity) is a star or sun with stellar properties x₂ (Entity) |
|
tarla |
x₁ (Entity) is a quantity of or contains or is made of tar or asphalt from source x₂ (Entity) |
|
@tarmi |
x₁ (Entity | Idea) is the conceptual shape or form of object or abstraction x₂ (Entity | Abstraction) |
|
@tarti |
x₁: T, T extends Entity. x₁ behaves as manner x₂ ((Set<T>) | Event) under conditions x₃ (Event) |
|
taske |
x₁ (Entity) thirsts for x₂ (Entity) |
|
tatpi |
x₁ (Entity) is tired or fatigued by effort x₂ (Event) |
|
tatru |
x₁ (Entity) is a breast or mammary or teat body-part of x₂ (Organism) |
|
tavla |
x₁ (Entity) talks or speaks to x₂ (Entity) about subject x₃ (Entity) in language x₄ (Language) |
|
taxfu |
x₁ (Entity) is a garment or clothing for wearing by x₂ (Entity) serving purpose x₃ (Event) |
|
tcaci |
x₁ (Entity) is a custom or habit of x₂ (Entity) under conditions x₃ (Event) |
|
tcadu |
x₁ (Location) is a town or city of metropolitan area x₂ (Location) in political unit x₃ (Entity) serving region x₄ (Location) |
|
tcana |
x₁ (Entity) is a station or node of system x₂ (Entity) |
|
tcati |
x₁ (Entity) is a quantity of or contains or is made of tea brewed from leaves x₂ (Entity) |
|
tcena |
x₁ (Entity) stretches or extends to range x₂ (Entity) in dimension x₃ (Entity) from relaxed range x₄ (Entity) |
|
tcica |
x₂: U, U extends Entity, T extends Entity, V extends Entity. x₁ (Set<T>) misleads or deceives x₂ into x₃ (Set<V>) |
|
tcidu |
x₁ (Entity) reads text x₂ (Text | Symbol) from surface x₃ (Entity) |
|
tcika |
x₁ (Entity) is the time of state or event x₂ (Event) on day x₃ (TimeInterval) at location x₄ (Location) |
|
tcila |
x₁ (Entity) is a detail or feature of x₂ (Entity) |
|
tcima |
x₁ (Entity) is weather at place x₂ (Location) |
|
tcini |
x₂: T, T extends Event. x₁ (Set<T>) is a situation or condition or circumstance of x₂ |
|
tcita |
x₂: T, T extends Entity. x₁ (Entity) is a label or tag of x₂ showing information x₃ (Set<T>) |
|
temci |
x₁ (TimeInterval) is the time-duration or interval or period from time or event x₂ (Event) to time or event x₃ (Event) |
|
tenfa |
x₁ (Number) is the exponential result of base x₂ (Number) to power or exponent x₃ (Number) |
|
tengu |
x₂: T, T extends Entity. x₁ (Set<T>) is a texture of x₂ |
|
@terdi |
x₁: T, T extends Location. x₁ is the Earth or home planet of race x₂ (Taxon | Group<Organism> | Set<T>) |
|
terpa |
x₁ (Entity) fears x₂ (Event); x₂ is fearsome or frightening to x₁ |
|
terto |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a trillion [10^12] in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
@tigni |
x₁: T, T extends Entity. x₁ performs performance x₂ (Set<T>) for or before audience x₃ (Group<Entity>) |
|
tikpa |
x₁ (Entity) kicks or hits with x₁'s foot or feet x₄ (Entity) object or target x₂ (Entity) at locus x₃ (Entity) |
|
tilju |
x₁ (Entity) is heavy or weighty in mass or weight by standard x₂ (Standard) |
|
tinbe |
x₁ (Entity) obeys or follows command or rule x₂ (Entity) made by x₃ (Entity) |
|
@tinci |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of tin of composition including x₂ (Set<T>) |
|
tinsa |
x₁: T, T extends Entity. x₁ is stiff or rigid or inflexible or resistant in direction x₂ (Entity) against force x₃ (Set<T>) under conditions x₄ (Event) |
|
tirna |
x₁ (Entity) hears sound x₂ (Sound | Entity) against background or noise x₃ (Entity) |
|
@tirse |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of iron of composition including x₂ (Set<T>) |
|
tirxu |
x₁: T & V, T extends Organism, V extends Entity. x₁ is a tiger or leopard or jaguar or tigress of species or breed x₂ (Taxon | Set<T>) with coat markings x₃ (Set<V>) |
|
tisna |
x₁ (Entity) fills or becomes stuffed or inflates or blows up with material x₂ (Entity); x₂ pours into x₁ |
|
titla |
x₁ (Entity) is sweet or sugary or saccharine to observer x₂ (Entity) |
|
tivni |
x₁: T, T extends Entity. x₁ broadcasts or televises programming x₂ (Event) via medium or channel x₃ (Set<T>) to television receiver x₄ (Entity) |
|
tixnu |
x₁ (Organism) is a daughter of mother or father or parents x₂ (Group<Organism>) |
|
toknu |
x₁ (Entity) is an oven enclosing contents x₂ (Entity) for baking or heating or drying |
|
toldi |
x₁: T, T extends Organism. x₁ is a butterfly or moth of species or breed x₂ (Taxon | Set<T>) |
|
tonga |
x₁ (Sound) is a tone or note of frequency or pitch x₂ (Number) from source x₃ (Entity) |
|
tordu |
x₁: T, T extends Entity. x₁ is short in dimension or direction x₂ (Set<T>) by measurement standard x₃ (Standard) |
|
torni |
x₁: T, T extends Entity. x₁ twists under load or force or torsion x₂ (Set<T>) |
|
traji |
T extends Entity, U extends Entity, V extends Entity. x₁ (T) is superlative in property x₂ (Set<U>), at extreme x₃ (Set<V>) among set or range x₄ (Set<T>) |
|
trano |
x₁ (Entity) is a quantity of or contains or is made of nitrogen or ammonia or nitrates |
|
trati |
x₁ (Entity) is taut or tense or strained tight in direction x₂ (Entity) |
|
trene |
x₁: T, T extends Entity. x₁ is a train or vehicle consisting of cars or units x₂ (Group<Entity>) on rails or system or railroad x₃ (Entity) propelled by x₄ (Set<T>) |
|
tricu |
x₁: T, T extends Organism. x₁ is a tree of species or cultivar x₂ (Taxon | Set<T>) |
|
trina |
x₂: T, T extends Entity. x₁ (Entity) attracts or appeals to or lures x₂ with property or quality x₃ (Set<T>) |
|
trixe |
x₁ (Entity) is posterior or behind or in the rear of x₂ (Entity) which faces in frame of reference x₃ (Entity) |
|
troci |
x₁: T & V, T extends Entity, V extends Entity. x₁ tries or attempts or makes an effort to do or attain x₂ (Set<T>) by actions or method x₃ (Set<V>) |
|
tsali |
x₁: T, T extends Entity. x₁ is strong or powerful or tough in property or quality x₂ (Set<T>) by standard x₃ (Standard) |
|
tsani |
x₁ (Entity) is an expanse of sky or the heavens at place x₂ (Location) |
|
tsapi |
x₁: T, T extends Entity. x₁ is a seasoning or condiment or spice causing flavor or effect x₂ (Set<T>) |
|
tsiju |
x₁ (Entity) is a seed or spore body-part x₁ of organism x₂ (Organism) for producing offspring x₃ (Group<Organism>) |
|
tsina |
x₁: T, T extends Entity. x₁ is a stage or platform or dais or scaffold at or in location x₂ (Location) supporting x₃ (Entity | Event) made of material x₄ (Set<T>) |
|
tubnu |
x₁: T & V, T extends Entity, V extends Entity. x₁ is a length of tubing or pipe or hollow cylinder of material x₂ (Set<T>) with hollow of material x₃ (Set<V>) |
|
tugni |
x₁ (Entity) agrees with persons or position or side x₂ (Entity) that x₃ (Proposition) is true about matter x₄ (Entity | Event) |
|
tujli |
x₁: T, T extends Entity. x₁ is a tulip of species or strain x₂ (Taxon | Set<T>) |
|
tumla |
x₁ (Location) is a parcel or expanse of land at location x₂ (Location) |
|
tunba |
x₁ (Entity) is a sibling of x₂ (Entity) by bond or tie or standard or parents x₃ (Relation<x₁, x₂>) |
|
@tunka |
x₁: T, T extends Entity. x₁ is made of or contains or is a quantity of copper of composition including x₂ (Set<T>) |
|
tunlo |
x₁ (Entity) gulps or swallows substance x₂ (Entity) |
|
tunta |
x₁ (Entity) pokes or jabs or stabs or prods x₂ (Entity) with object x₁ (Entity) usually pointed |
|
tuple |
x₁ (Entity) is a leg body-part of x₂ (Organism) |
|
@turni |
x₁ (Entity) governs or rules people or territory or domain or subjects x₂ (Entity | Group<Entity>) |
|
@tutci |
x₁ (Entity) is a tool or utensil or resource or instrument or implement used for doing x₂ (Event | Process) |
|
tutra |
x₁ (Location) is territory or domain or space of or belonging to or controlled by x₂ (Entity) |
|
@vacri |
x₁: T, T extends Entity. x₁ is a quantity of air or normally gaseous atmosphere of planet x₂ (Entity) of composition including x₃ (Set<T>) |
|
vajni |
x₁: T, T extends Entity | Event. x₁ is important or significant to x₂ (Entity | Event) in aspect or for reason x₃ (Set<T>) |
|
valsi |
x₁ (Text) is a word meaning or causing x₂ (Abstraction) in language x₃ (Language) |
|
vamji |
x₂: Entity, x₃: Entity, T extends Entity, V extends Entity, W extends Entity. x₁ (Set<T>) is the equivalent value or worth of item x₂ (Set<V>) to x₃ for use or appreciation x₄ (Set<W>) |
|
vamtu |
x₁ (Organism) vomits or regurgitates x₂ (Entity) |
|
vanbi |
x₁ (Entity) is part of an environment or surroundings or context or ambience of x₂ (Entity) |
|
vanci |
x₁ (TimeInterval) is an evening of day x₂ (TimeInterval) at location x₃ (Location) |
|
vanju |
x₁: T, T extends Entity. x₁ is made of or contains or is a quantity of wine from fruit or grapes x₂ (Taxon | Set<T>) |
|
vasru |
x₁ (Entity) contains or holds or encloses or includes contents x₂ (Entity) within |
|
vasxu |
x₁ (Organism) breathes or respires gas x₂ (Entity) |
|
vecnu |
x₁: Entity, x₂: Entity, T extends Entity. x₁ sells or vends goods or service or commodity x₂ to buyer x₃ (Entity) for amount or cost or expense x₄ (Set<T>) |
|
venfu |
x₁ (Entity) takes revenge on or retaliates against x₂ (Entity) for wrong x₃ (Event) with vengeance x₄ (Event) |
|
vensa |
x₁ (TimeInterval) is spring or springtime of year x₂ (TimeInterval) at location x₃ (Location) |
|
verba |
x₁ (Organism) is a child or kid or juvenile of age x₂ (TimeInterval) immature by standard x₃ (Standard) |
|
vibna |
x₁ (Entity) is a vagina body-part of x₂ (Organism) |
|
vidni |
x₁: T, T extends Entity. x₁ is a video monitor or CRT or screen serving function x₂ (Set<T>) |
|
vidru |
x₁: T, T extends Organism. x₁ is a virus of species or breed or defining property x₂ (Taxon | Set<T>) capable of infecting at locus x₃ (Entity) |
|
vifne |
x₁ (Entity) is fresh or unspoiled |
|
vikmi |
x₁: T & V, T extends Organism, V extends Entity. x₁ excretes waste x₂ (Entity) from source x₃ (Set<T>) via means or route x₄ (Set<V>) |
|
viknu |
x₁ (Entity) is thick or viscous under conditions x₂ (State) |
|
vimcu |
x₁ (Entity) removes or subtracts or deducts or takes away x₂ (Entity) from x₃ (Entity) with or leaving result or remnant or remainder x₄ (Entity) |
|
vindu |
x₁ (Entity) is poisonous or venomous or toxic or a toxin to x₂ (Entity) |
|
vinji |
x₁: T, T extends Entity. x₁ is an airplane or aircraft for carrying passengers or cargo x₂ (Group<Entity>) propelled by x₃ (Set<T>) |
|
vipsi |
x₁ (Entity) is a deputy or vice or subordinate in aspect or organization principle x₂ (Relation<x₁, x₃>) to principal x₃ (Entity) |
|
virnu |
x₁: T, T extends Entity. x₁ is brave or valiant or courageous in activity x₂ (Set<T>) by standard x₃ (Standard) |
|
viska |
x₁ (Entity) sees or views or perceives visually x₂ (Entity) under conditions x₃ (Entity) |
|
vitci |
x₁: T, T extends Entity. x₁ is irregular or occasional or intermittent in property or action or aspect x₂ (Set<T>) |
|
vitke |
x₁ (Entity) is a guest or visitor of x₂ (Entity) at place or event x₃ (Location | Event) |
|
vitno |
x₁: T, T extends Entity. x₁ is permanent or lasting or eternal in property x₂ (Set<T>) by standard x₃ (Standard) |
|
vlagi |
x₁ (Entity) is a vulva body-part of x₂ (Organism) |
|
vlile |
x₁ (Event | State) is an event or state or act of violence |
|
vlina |
x₁ (Entity) is a logical alternation or disjunction stating that x₂ (Proposition) and or x₃ (Proposition) is or are true |
|
vlipa |
x₁ (Entity) has the power to bring about x₂ (Event) under conditions x₃ (Event | State) |
|
vofli |
x₁: T, T extends Entity. x₁ flies in air or atmosphere using lifting or propulsion means x₂ (Set<T>) |
|
voksa |
x₁ (Sound) is a voice or speech sound of individual x₂ (Entity) |
|
vorme |
x₁ (Entity) is a doorway or gateway or access way between x₂ (Location) and x₃ (Location) of structure x₄ (Entity) |
|
vraga |
x₁: T, T extends Entity. x₁ is a lever tool of apparatus for doing function or action x₂ (Set<T>) with fulcrum x₃ (Entity) and arm x₄ (Entity) |
|
vreji |
x₁: T, T extends Entity. x₁ is a record of data or facts or proposition x₂ (Proposition) about object or event x₃ (Entity | Event) preserved in medium x₄ (Set<T>) |
|
vreta |
x₁ (Entity) lies or rests or reclines or reposes on x₂ (Entity) |
|
vrici |
T extends Entity, U extends Entity. x₁ (Set<Entity>) is miscellaneous or various or assorted in property x₂ (Set<T>) of each member of x₁ |
|
vrude |
x₁ (Entity) is virtuous or saintly or fine or moral or nice or holy or morally good by standard x₂ (Standard) |
|
vrusi |
x₂: T, T extends Entity. x₁ (Set<T>) is a taste or flavor of or emitted by x₂ |
|
vukro |
x₁: T, T extends Entity. x₁ reflects Ukrainian language or culture or nationality in aspect x₂ (Set<T>) |
|
xabju |
x₁ (Organism | Entity) dwells or lives or resides or abides at or inhabits or is a resident of location or habitat or nest or home or abode x₂ (Location) |
|
xadba |
x₁ (Entity) is exactly or approximately half or semi or demi or hemi of x₂ (Entity) by standard x₃ (Standard) |
|
xadni |
x₁ (Entity) is a body or corpus or corpse of x₂ (Entity) |
|
xagji |
x₁ (Organism) hungers for x₂ (Entity); x₁ needs or wants food or fuel x₂ |
|
xagri |
x₁ (Entity) is a reed musical instrument or oboe or clarinet or saxophone with reed x₂ (Entity) |
|
xajmi |
x₁: T, T extends Entity. x₁ is funny or comical to x₂ (Entity) in property or aspect x₃ (Set<T>) |
|
xaksu |
x₁ (Event) uses up or depletes or consumes or wastes resource x₂ (Entity) |
|
xalbo |
x₁ (Entity) uses levity or is non-serious or frivolous about abstraction x₂ (Abstraction) |
|
@xalka |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of alcohol of type x₂ (ka, Set<T>) from source or process x₃ (Event) |
|
xalni |
x₁ (Person) is panicked by crisis x₂ (Event | State) |
|
xamgu |
x₁ (Entity | Event) is good or beneficial or nice or acceptable for x₂ (Entity) by standard x₃ (Standard) |
|
xampo |
x₁ (Number) is x₂ (Number) amperes in current by standard x₃ (Standard) |
|
xamsi |
x₁ (Location) is a sea or ocean or gulf or atmosphere of planet x₂ (Entity) of fluid x₃ (Entity) |
|
xance |
x₁ (Entity) is a hand body-part of x₂ (Organism) |
|
xanka |
x₁ (Entity) is nervous or anxious about abstraction x₂ (Abstraction) under conditions x₃ (Event | State) |
|
xanri |
x₁ (Abstraction) exists in the imagination of or is imagined by or is imaginary to x₂ (Entity) |
|
xanto |
x₁: T, T extends Organism. x₁ is an elephant of species or breed x₂ (Taxon | Set<T>) |
|
xarci |
x₁ (Entity) is a weapon or arms for use against x₂ (Entity) by x₃ (Entity) |
|
xarju |
x₁: T, T extends Organism. x₁ is a pig or hog or swine or boar of species or breed x₂ (Taxon | Set<T>) |
|
xarnu |
x₂: U, U extends Entity | Event, T extends Entity. x₁ (Entity) is stubborn or willfully opposing or resisting x₂ about x₃ (Set<T>) |
|
xasli |
x₁: T, T extends Organism. x₁ is a donkey or jackass of species or breed x₂ (Taxon | Set<T>) |
|
xasne |
x₁ (Entity) is sweat or perspiration from body x₂ (Organism) excreted by glands or organs x₃ (Entity) |
|
xatra |
x₁ (Entity) is a letter or missive or note to intended audience x₂ (Group<Entity>) from author or originator x₃ (Entity) with content x₄ (Entity | Text | Symbol) |
|
xatsi |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^-18 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
xazdo |
x₁: T, T extends Entity. x₁ reflects Asiatic culture or nationality or geography in aspect x₂ (Set<T>) |
|
xebni |
x₁ (Entity) hates or despises x₂ (Entity | Abstraction) |
|
xebro |
x₁: T, T extends Entity. x₁ reflects Hebrew or Jewish or Israeli culture or nationality or language in aspect x₂ (Set<T>) |
|
xecto |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 100 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
xedja |
x₁ (Entity) is a jaw body-part of x₂ (Organism) |
|
xekri |
x₁ (Entity) is black or extremely dark-colored |
|
xelso |
x₁: T, T extends Entity. x₁ reflects Greek or Hellenic culture or nationality or language in aspect x₂ (Set<T>) |
|
xendo |
x₁: T, T extends Person. x₁ is kind to x₂ (Entity) in actions or behavior x₃ (Set<T>) |
|
xenru |
x₁ (Entity) regrets or rues abstraction x₂ (Abstraction) |
|
xexso |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^18 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
xindo |
x₁: T, T extends Entity. x₁ reflects Hindi language or culture or religion in aspect x₂ (Set<T>) |
|
xinmo |
x₁ (Entity) is a quantity of ink of color or pigment x₂ (Entity) used by writing device x₃ (Entity) |
|
xirma |
x₁: T, T extends Organism. x₁ is a horse or equine of species or breed x₂ (Taxon | Set<T>) |
|
xislu |
x₁ (Entity) is a wheel tool of device or vehicle x₂ (Entity) made of materials or having properties x₃ (Entity) |
|
xispo |
x₁: T, T extends Entity. x₁ reflects Hispano-American culture or nationalities in aspect x₂ (Set<T>) |
|
xlali |
x₁ (Entity | Event) is bad for x₂ (Entity) by standard x₃ (Standard) |
|
xlura |
x₁: T, T extends Entity, x₂: U, U extends Entity, V extends Entity, W extends Entity. x₁ influences or lures or tempts x₂ into action or state x₃ (Set<V>) by influence or threat or lure x₄ (Set<W>) |
|
xotli |
x₁ (Location) is a hotel or inn or hostel at location x₂ (Location) operated by x₃ (Entity) |
|
xrabo |
x₁: T, T extends Entity. x₁ reflects Arabic-speaking culture or nationality in aspect x₂ (Set<T>) |
|
xrani |
x₂: U, U extends Entity, T extends Entity, V extends Entity. x₁ (Event) injures or harms or damages victim x₂ in property x₃ (Set<T>) resulting in injury x₄ (Set<V>) |
|
xriso |
x₁: T, T extends Entity. x₁ pertains to the Christian religion or culture or nationality in aspect x₂ (Set<T>) |
|
xruba |
x₁: T, T extends Entity. x₁ is a quantity of buckwheat or rhubarb or sorrel grass of species or strain x₂ (Taxon | Set<T>) |
|
xruki |
x₁: T, T extends Organism. x₁ is a turkey bird or food of species or breed x₂ (Taxon | Set<T>) |
|
xrula |
x₁: T, T extends Entity. x₁ is a flower or blossom or bloom body-part of plant or species x₂ (Taxon | Organism | Set<T>) |
|
xruti |
x₂: U, U extends Entity, T extends Entity, V extends Entity. x₁ (Entity) returns x₂ to origin or earlier state x₃ (Set<T>) from x₄ (Set<V>) |
|
xukmi |
x₁ (Entity) is an instance of substance or chemical or drug x₂ (Group<Entity>) with purity x₃ (Amount of x₃) |
|
xunre |
x₁ (Entity) is red or crimson or ruddy in color |
|
xurdo |
x₁: T, T extends Entity. x₁ reflects Urdu language or culture or nationality in aspect x₂ (Set<T>) |
|
xusra |
x₁ (Entity) asserts or claims or declares proposition x₂ (Proposition) is true |
|
xutla |
x₁ (Entity) is smooth or even or soft or silky in texture or regularity |
|
zabna |
x₁: T, T extends Entity. x₁ is favorable or great or superb or admirable or nice or desirable or enjoyable or high-quality in property x₂ (Set<T>) by standard x₃ (Standard) |
|
zajba |
x₁ (Entity) is a gymnast at or performs gymnastics feat x₂ (Event) |
|
zalvi |
x₁ (Group<Entity>) grinds or pulverizes or crushes x₂ (Entity) into powder x₃ (Entity) |
|
zanru |
x₁ (Entity) approves of or gives favor to plan or action x₂ (Event) |
|
zarci |
x₁ (Location) is a market or store or exchange or shop selling or trading for x₂ (Entity | Event) operated by or with participants x₃ (Group<Entity>) |
|
zargu |
x₁ (Entity) is a buttock or arse or rear or seat body-part of x₂ (Organism) |
|
zasni |
x₁: T, T extends Entity. x₁ is temporary or not permanent or expected to change in property x₂ (Set<T>) by standard or expectant x₃ (Standard) |
|
zasti |
x₁ (Entity) exists or is real or actual or reality for x₂ (Entity) under metaphysics x₃ (Proposition) |
|
zbabu |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of soap from source x₂ (Entity) of composition including x₃ (Set<T>) |
|
zbani |
x₁ (Location) is a bay in or of coast or shoreline x₂ (Location) |
|
zbasu |
x₁ (Entity) makes or assembles or builds or manufactures or creates x₂ (Entity) out of materials or parts or components x₃ (Set<Entity>) |
|
zbepi |
x₁: T, T extends Entity. x₁ is a pedestal or base or stand or pallet supporting x₂ (Entity | Event) of materials or properties x₃ (Set<T>) |
|
zdani |
x₁ (Entity) is a nest or house or lair or den or home of or for x₂ (Entity | Organism) |
|
zdile |
x₁: T, T extends Entity. x₁ is amusing or entertaining to x₂ (Entity) in property or aspect x₃ (Set<T>) |
|
zekri |
x₁ (Event | State) is a punishable crime or taboo or sin to people or culture or judges or jury x₂ (Group<Entity>) |
|
zenba |
x₁: T, T extends Entity. x₁ increases or is incremented or augmented in property or quantity x₂ (Set<T>) by amount x₃ (Amount of x₂) |
|
zepti |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^-21 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
zetro |
x₁: T & V, T extends Entity, V extends Entity. x₁ is 10^21 in scale x₂ (Set<T>) in dimension x₃ (Set<V>) |
|
zgana |
x₁: T, T extends Entity. x₁ observes or notices or watches or beholds x₂ (Entity) using senses or means x₃ (Set<T>) under conditions x₄ (Event) |
|
zgike |
x₁ (Entity) is music performed or produced by event x₂ (Event) |
|
zifre |
x₁ (Entity) is free or at liberty to do or be x₂ (Event | State) under conditions x₃ (Event | State) |
|
zinki |
x₁: T, T extends Entity. x₁ is a quantity of or contains or is made of zinc of composition including x₂ (Set<T>) |
|
zirpu |
x₁ (Entity) is purple or violet in color |
|
zivle |
x₁ (Entity) invests resources x₂ (Entity) in investment x₃ (Entity) expecting return or profit x₄ (Event) |
|
zmadu |
T extends Entity, U extends Entity. x₁ (T) exceeds or is more than x₂ (T) in property or quantity x₃ (Set<U>) by amount or excess x₄ (Amount of x₃) |
|
zmiku |
x₁: T, T extends Entity. x₁ is automatic in function x₂ (Set<T>) under conditions x₃ (Event | State) |
|
zukte |
x₁: T, T extends Entity. x₁ is a volitional entity employing means or taking action x₂ (Set<T>) for purpose or goal x₃ (Event) |
|
zumri |
x₁: T, T extends Entity. x₁ is a quantity of maize or corn grain of species or strain x₂ (Taxon | Set<T>) |
|
zungi |
x₁ (Entity) feels guilt or remorse about abstraction x₂ (Abstraction) |
|
zunle |
x₁ (Entity) is to the left or left-hand side of x₂ (Entity) which faces in frame of reference x₃ (Entity) |
|
zunti |
x₁: T, T extends Event | State | Process. x₁ interferes with or hinders or disrupts x₂ (Event | State | Process) due to quality x₃ (Set<T>) |
|
zutse |
x₁ (Entity) sits on surface x₂ (Entity) |
|
zvati |
x₁ (Entity) is at or attending or present at event or location x₂ (Location | Event) |