|
|
English |
a ticket from Tokyo to New York |
|
UNL |
mod (
ticket.@entry, :01 ) |
Example 2
|
English |
the lunch of this flight from Tokyo to New York is good |
|
UNL |
mod (
lunch.@entry.@def, :01 ) |
Comments on Example 1 & 2
If either information of "from" and "to" is omitted like "a ticket from Tokyo", the omitted information should be completed using null UW "". Example 3 shows the UNL expression for "a ticket from Tokyo".
Example 3
|
English |
a ticket from Tokyo |
|
UNL |
mod (
ticket.@entry, :01 ) |
Example 4
|
English |
a flight from Tokyo to New York |
|
UNL |
mod (
flight.@entry, :01 ) |
The following shows a different example that relation "fmt" is not used. For a verbal concept such as "move", "go", or "fly", etc., relations "plf" and "plt" are used for expressing the place that the event begins and the other place that the event ends.
Example 5
|
English |
a
flight came from Tokyo to New York |
|
UNL |
plf (
come.@entry.@past, tokyo ) |
Difference with "frm" and "to". "frm" means the origin in the sense that something comes from some place and "to" refers to the destination of that something.
Last updated : 2000/09/21