summaryrefslogtreecommitdiff
path: root/examples/SUMO/RGLExt/ExtraLexicon.gf
blob: d15177b70d6860464c94de799b646691f86084b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
abstract ExtraLexicon = Cat ** {
fun
  time_N : N ;
  square_A : A ;
  value_N : N ;
  element_N : N ;


--------------------------
--CNL presentation

 entity_N : N ;
 abstract_N : N ;
 attribute_N : N ; 
 graph_N : N ; 
 model_N : N ; 
 process_N : N ;
 task_N : N ;
 proposition_N : N ;
 quantity_N : N ; 
 set_N : N ;
 class_N : N ;
 physical_N : N ; 
 content_N : N ; 
 object_N : N ;
 system_N : N ;
 physical_A : A ;

}