-
3.3.4 Assumption. NAME is a type label for a dyadic conceptual
relation, and ENTITY and WORD are type labels for concepts.
Let a and b be any concepts linked to arc #1 and #2
of the conceptual relation of type NAME: a ->(NAME)->b. Then
the following conditions must hold:
-
type(a) is a subtype of ENTITY: type(a) <= ENTITY.
-
type(b) is a proper subtype of WORD: type(b) < WORD.
The word type(b) is called a name of referent(a).
-
A graph can be abbreviated by name contraction to form a simple graphs,
as follows:
If graph is: [PERSON:#3074]->(NAME)->["Judy"]
abbreviated: [PERSON:Judy]
-
Measures can be treated in the same way as names. Given the graph:
[BAR]->(CHRC)->[LENGTH]->(MEAS)->[MEASURE]->(NAME)->["25.4cm"]
By name contraction, it may be
simplified to:
[BAR]->(CHRC)->[LENGTH]->(MEAS)->[MEASURE:
25.4cm].
Since unit of measure occur so
frequently, they may be abbreviated further
by measure contraction:
[BAR]->(CHRC)->[LENGTH: @ 25.4cm]
where the symbol @ shows that
the following string is not a name, but a
measure.