4.1 AGT / AOJ / OBJ

4.1.1 AGT  (Agent)
Definition:  Agt defines a thing which initiates an action

Relation "agt" is used in the following cases.

Example 1 : a person as an "agt"

English

John broke the window.

UNL

agt ( break.@entry.@past, John )

Example 2 : a machine or automobile as an "agt"

English

A computer named Deep Blue humbled chess champion Kasparov in 1997.

UNL

agt ( humble.@entry.@past, computer )

Example 3 : a thing as an "agt"

English

A researcher discovered a new process that makes polyurethane foam stronger by using ...

UNL

agt ( make.@entry, process )

 

4.1.2 AOJ (Thing with attribute)
Definition:  Aoj defines a thing which is in a state or has an attribute

Relation "aoj" is used in the following cases.

Example 1 : a predicate noun

English

Taro is a student.

UNL

aoj ( student.@entry, Taro )

Example 2 : a predicate adjective

English

This flower is beautiful.

UNL

mod ( flower, this )
aoj ( beautiful.@entry, flower )

Example 3 : a noun in apposition

English

Taro, at that time a student, wrote several novels.

UNL

aoj ( student, Taro )
tim ( student, time )
mod ( time, that )
agt ( write.@entry.@past, Taro )
obj ( write.@
entry.@past, novel.@pl )
mod ( novel.@pl, several )

In addition to above examples, relation "aoj" are also used in the following cases.

A verb which expresses a state:

Example 4

English

I know Mary

UNL

aoj ( know.@entry, I )
obj ( know.@entry, Mary )

Example 5

English

I miss Mary

UNL

aoj ( miss.@entry, I )
obj ( miss.@entry, Mary )

In a relative sentence:

Example 6

English

This is all that has to be known.

UNL

aoj ( all.@entry, this )
obj ( know.@obligation, all.@entry )

4.1.3 OBJ (Affected thing)
Definition: Obj defines a thing in focus which is directly affected by an event or state

Example 1

English

He blamed John (obj) for the accident (rsn).

UNL

obj ( blame.@entry.@past, “John” )

Example 2

English

He promised me (gol) that he will come early (obj)

UNL

obj ( promise.@entry.@past, come )

Example 3

English

John swapped an apple (obj) for an orange (gol) with Bill (ptn)

UNL

obj ( swap.@entry.@past, apple.@indef )

Example 4

English

I am thinking about what she said

UNL

agt ( think.@entry.@progress, I )
obj ( think.@entry.@progress, what )
obj ( say.@past, what )
agt ( say.@past, she )

Adjectives with double object. Some adjectives may appear in expressions  accompanied with a preposition.

Example 5

English

He was aware of the danger

UNL

aoj ( aware.@past.@entry, he ) 
obj ( aware.@past.@entry, danger.@def )

Example 6

English

This country is rich in oil

UNL

aoj ( rich.@entry, country )
mod ( country, this ) 
obj ( rich.@entry, oil )

Example 7

English

He is good at speaking English

UNL

aoj ( good.@entry, he )
obj ( good.@entry, speak )
obj ( speak, english )

 


About di-transitive (dative) verbs "verb + Od + Oi" and complex transitive verbs "verb + Od + Co"

For a di-transitive verb, its Od is expressed by "obj", and its Oi is expressed by "gol" simply in UNL. The following are the examples of such sentences.

Example 1

English

I gave him a book

UNL

agt ( give.@entry.@past, i )
obj ( give.@entry.@past, book.@indef )
gol ( give.@entry.@past, he )

Example 2  :  I made her (gol) a cup of tea (obj)
Example 3  :  It makes you (gol) a suit (obj)

For some complex transitive verbs which have pattern "verb + Od + Co", the Od is expressed by "obj", and the Co is expressed by "gol" too. The difference with di-transitive verb is that, between Od and Co there is a relation "aoj" also, however this relation "aoj" can be omitted. The following are the examples of "verb + Od + Co".

Example 4

English

I call him John

UNL

agt ( call.@entry, i )
obj ( call.@entry, he )
gol ( call.@entry, "John" )
[aoj ( "John", he )]         -- can be omitted

Example 5

English

I make it five dollars

UNL

agt ( make.@entry, I )
obj ( make.@entry, it )
gol ( make.@entry, dollar.@pl )
qua ( dollar.@pl, 5 )
[aoj ( dollar.@pl, it )]      -- can be omitted

@pl  -- can be omitted also.

Example 6

English

I made him go

UNL

agt ( make.@entry.@past, I )
obj ( make.@entry.@past, he )
gol ( make.@entry.@past, go )

[agt ( go, he )]              -- can be omitted

Last updated : 2000/09/21