home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l217 / 2.ddi / PROGRAMS / GEOBASE.LAN < prev    next >
Encoding:
Text File  |  1990-03-26  |  3.5 KB  |  137 lines

  1. schema("abbreviation","of","state")
  2. schema("state","with","abbreviation")
  3. schema("capital","of","state")
  4. schema("state","with","capital")
  5. schema("population","of","state")
  6. schema("state","with","population")
  7. schema("area","of","state")
  8. schema("city","in","state")
  9. schema("state","with","city")
  10. schema("population","of","city")
  11. schema("population","of","capital")
  12. schema("length","of","river")
  13. schema("state","with","river")
  14. schema("river","in","state")
  15. schema("state","border","state")
  16. schema("city","with","population")
  17. schema("state","with","population")
  18. schema("river","with","length")
  19. schema("capital","with","population")
  20. schema("point","in","state")
  21. schema("state","with","point")
  22. schema("height","of","point")
  23. schema("mountain","in","state")
  24. schema("state","with","mountain")
  25. schema("height","of","mountain")
  26. schema("lake","in","state")
  27. schema("state","with","lake")
  28. schema("area","of","lake")
  29. schema("state","with","road")
  30. schema("road","in","state")
  31. schema("name","of","river")
  32. schema("name","of","capital")
  33. schema("name","of","city")
  34. schema("name","of","state")
  35. schema("name","of","point")
  36. schema("name","of","mountain")
  37. schema("name","of","lake")
  38. schema("name","of","road")
  39. schema("river","in","continent")
  40. schema("city","in","continent")
  41. schema("capital","in","continent")
  42. schema("state","in","continent")
  43. schema("point","in","continent")
  44. schema("mountain","in","continent")
  45. schema("lake","in","continent")
  46. schema("road","in","continent")
  47. entitysize("river","length")
  48. entitysize("state","area")
  49. entitysize("city","population")
  50. entitysize("point","height")
  51. entitysize("mountain","height")
  52. entitysize("lake","area")
  53. relop(["under"],"lt")
  54. relop(["less","than"],"lt")
  55. relop(["shorter","than"],"lt")
  56. relop(["smaller","than"],"lt")
  57. relop(["more","than"],"gt")
  58. relop(["longer","than"],"gt")
  59. relop(["greater","than"],"gt")
  60. relop(["bigger","than"],"gt")
  61. relop(["above"],"gt")
  62. relop(["over"],"gt")
  63. assoc("in",["in"])
  64. assoc("in",["running","through"])
  65. assoc("in",["runs","through"])
  66. assoc("in",["run","through"])
  67. assoc("with",["with"])
  68. assoc("with",["traversed"])
  69. assoc("with",["traversed","by"])
  70. assoc("of",["of"])
  71. assoc("border",["border"])
  72. assoc("border",["frontier"])
  73. assoc("border",["boundary"])
  74. assoc("border",["limit"])
  75. assoc("border",["borders"])
  76. assoc("border",["border","on"])
  77. assoc("of",["in"])
  78. assoc("in",["of"])
  79. assoc("with",["has"])
  80. assoc("with",["have"])
  81. synonym("people","population")
  82. synonym("citizen","population")
  83. synonym("inhabitant","population")
  84. synonym("place","point")
  85. synonym("town","city")
  86. ignore("which")
  87. ignore("is")
  88. ignore("are")
  89. ignore("the")
  90. ignore("tell")
  91. ignore("me")
  92. ignore("what")
  93. ignore("give")
  94. ignore("as")
  95. ignore("that")
  96. ignore("please")
  97. ignore("to")
  98. ignore("how")
  99. ignore("many")
  100. ignore("live")
  101. ignore("lives")
  102. ignore("living")
  103. ignore("there")
  104. ignore("do")
  105. ignore("does")
  106. ignore("number")
  107. ignore("a")
  108. ignore("an")
  109. ignore("any")
  110. ignore("some")
  111. minn("smallest")
  112. minn("shortest")
  113. minn("minimun")
  114. minn("least")
  115. minn("smaller")
  116. minn("lowest")
  117. maxx("greatest")
  118. maxx("largest")
  119. maxx("biggest")
  120. maxx("maximum")
  121. maxx("longest")
  122. maxx("highest")
  123. size("river","long")
  124. size("point","high")
  125. size("city","big")
  126. size("state","big")
  127. size("capital","big")
  128. size("city","large")
  129. size("state","large")
  130. size("capital","large")
  131. size("mountain","height")
  132. size("lake","big")
  133. unit("population","citizens")
  134. unit("area","square kilometers")
  135. unit("length","kilometers")
  136. unit("height","meters")
  137.