Of

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(Redirected page to English prepositions#Of)
 
Line 1: Line 1:
The preposition "of" may have, in English, several values, as follows:
+
#REDIRECT [[English prepositions#Of]]
 
+
 
+
{|border=1 cellpadding=5
+
!rowspan=2|Value
+
!rowspan=2|UNL
+
!colspan=2|Examples
+
|-
+
!English
+
!UNL
+
|-
+
|Part of
+
|pof
+
|day of the week
+
|pof(day, week)
+
|-
+
|By
+
|agt
+
|beloved of the family
+
|agt(beloved, family)
+
|-
+
|Caused by; resulting from:
+
|rsn
+
|a death of tuberculosis
+
|agt(death, tuberculosis)
+
|-
+
|Produced by
+
|agt
+
|products of the vine
+
|agt(products, vine)
+
|-
+
|Derived or coming from; originating at or from
+
|src
+
|customs of the South
+
|src(customs, South)
+
|-
+
|So as to be separated or relieved from
+
|src
+
|cured of distemper
+
|src(cured, distemper)
+
|-
+
|issuing from
+
|src
+
|products of the vine
+
|src(products, vine)
+
|-
+
|Away from; at a distance from
+
|plf
+
|a mile east of here
+
|plf(east, here)
+
|-
+
|Composed or made from
+
|mat
+
|a dress of silk
+
|mat(dress, silk)
+
|-
+
|named or called
+
|nam
+
|the Garden of Eden
+
|nam(Garden, Eden)
+
|-
+
|With reference to; about
+
|cnt
+
|will speak of it later
+
|cnt(speak, it)
+
|-
+
|Centering on; directed toward
+
|obj
+
|a love of horses
+
|obj(love, horses)
+
|-
+
|From the total or group comprising
+
|qua
+
|group of friends
+
|qua(friends, group)
+
|-
+
|Quantified as
+
|qua
+
|a depth of ten feet
+
|qua(depth, feet)
+
|-
+
|During or on a specified time
+
|tim
+
|problems of recent years
+
|tim(problems, years)
+
|-
+
|Set aside for
+
|pur
+
|a day of rest
+
|pur(day, rest)
+
|-
+
|Belonging or connected to
+
|mod
+
|the rungs of a ladder
+
|mod(rungs, ladder)
+
|-
+
|Possessing; having
+
|mod
+
|a person of honor
+
|mod(person, honor)
+
|-
+
|Containing or carrying
+
|mod
+
|a basket of groceries
+
|mod(basket, groceries)
+
|-
+
|Associated with or adhering to
+
|mod
+
|people of your religion
+
|mod(people, religion)
+
|-
+
|On one's part
+
|mod
+
|very nice of you
+
|mod(nice, you)
+
|-
+
|Characterized or identified by
+
|cnt
+
|a year of famine
+
|cnt(year, famine)
+
|-
+
|In respect to
+
|cnt
+
|slow of speech
+
|cnt(slow, speech)
+
|}
+
 
+
 
+
== Observations ==
+
;Types
+
:The expressions "a type of", "a kind of" and "a sort of", if not modified, are to be replaced by the relation '''icl''' (inclusion):
+
*X is a type of energy = icl(X, energy)
+
*X is a kind of behaviour = icl(X, behavior)
+
*X is a sort of decision = icl(X, decision)
+
:In case of modification, "type", "kind" and "sort" must be represented as UWs, according to the general case for specifiers indicated below:
+
*X is a specific type of energy = aoj(energy.@entry, X) mod(type.@spec, energy.@entry) mod(type.@spec, specific)
+
*X is a special kind of behaviour = aoj(behaviour.@entry, X) mod(kind.@spec, behaviour.@entry) mod(kind.@spec, special)
+
*X is a new sort of decision = aoj(decision.@entry, X) mod(sort.@spec, decision.@entry) mod(sort.@spec, new)
+
;Parts
+
:The expression "a part of", if not modified, is to be replaced by the relation '''pof''' (part-of)
+
*X is a part of the table = pof(X, table)
+
:In case of modification, "part" must be represented as a UW, according to the general case for specifiers indicated below:
+
*X is the front part of the table = aoj(table.@entry, X) mod(part.@spec, table.@entry) mod(part.@spec, front)
+
;Units
+
:Units of measurement are always to be indicated by the relation '''qua''' (quantifier):
+
*a group of students = qua(students, group)
+
*a drop of water = qua(water, drop)
+
*a piece of fruit = qua(fruit, piece)
+
*an article of clothing = qua(clothing, article)
+
*a bowl of cereal = qua(cereal, bowl)
+
*a grain of sand = qua(sand, grain)
+
*a loaf of bread = qua(bread, loaf)
+
*a crowd of spectators = qua(spectators, crowd)
+
*a set of instructions = qua(instructions, set)
+
*a flock of sheep  = qua(sheep, flock)
+
*a herd of cattle = qua(cattle, herd)
+
*a pack of wolves = qua(wolves, pack)
+
*a pride of lions = qua(lions, pride)
+
*a gaggle of geese = qua(geese, gaggle)
+
*a bolt of lightning = qua(lightning, bolt)
+
*a game of tennis = qua(tennis, game)
+
*a clap of thunder = qua(thunder, clap)
+
;Spec
+
:The preposition "of" is often used to introduce a specifier to the head of the noun phrase. If the specifier is to be represented as the source node of the relation (as in the case of "mod"), it should receive the attribute '''@spec''', as follows:
+
*a form of love = mod(form.@spec, love)
+
*a symbol of love = mod(symbol.@spec, love)
+
*a brand of shampoo = mod(brand.@spec, shampoo)
+
*an act of kindness = mod(act.@spec, kindness)
+
*the quality of being disloyal = mod(quality.@spec, 00)
+
*etc.
+
;Apposition
+
:The preposition "of" may also be used to indicate an apposition. In such cases, the attribute '''@spec''' should also be used.
+
*that idiot of a driver = mod(idiot.@spec, driver)
+

Latest revision as of 23:59, 26 July 2012

  1. REDIRECT English prepositions#Of
Software